Changeset 16091
- Timestamp:
- 09/05/13 10:00:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r16087 r16091 608 608 if(fread(&scalar,sizeof(IssmPDouble),1,fid)!=1)_error_("could not read scalar "); 609 609 } 610 ISSM_MPI_Bcast(&scalar,1,ISSM_MPI_ DOUBLE,0,IssmComm::GetComm());610 ISSM_MPI_Bcast(&scalar,1,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm()); 611 611 612 612 /*Assign output pointers: */ … … 706 706 } 707 707 708 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_ DOUBLE,0,IssmComm::GetComm());708 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm()); 709 709 } 710 710 … … 923 923 } 924 924 925 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_ DOUBLE,0,IssmComm::GetComm());925 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm()); 926 926 matrices[i]=xNew<IssmDouble>(M*N); 927 927 for (int j=0;j<M*N;++j) {matrices[i][j]=matrix[j];}
Note:
See TracChangeset
for help on using the changeset viewer.