Changeset 14869


Ignore:
Timestamp:
05/03/13 12:11:57 (12 years ago)
Author:
Eric.Larour
Message:

CHG: cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/issm/IssmMpiVec.h

    r14864 r14869  
    136136                                        printf("cpu %i #rows: %i\n",i,this->m);
    137137                                        for (j=0;j<this->m;j++){
    138                                                 printf("row %i %g",j,this->vector[j]);
     138                                                printf("row %i %g\n",j,this->vector[j]);
    139139                                        }
    140140                                        printf("\n");
     
    206206                                MPI_Scatter(numvalues_forcpu,1,MPI_INT,numvalues_fromcpu+i,1,MPI_INT,i,comm);
    207207                        }
     208
    208209                       
    209210                        row_indices_fromcpu=xNew<int*>(num_procs);
Note: See TracChangeset for help on using the changeset viewer.