Changeset 16087
- Timestamp:
- 09/05/13 07:40:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r16086 r16087 770 770 if(fread(matrix,M*N*sizeof(IssmPDouble),1,fid)!=1) _error_("could not read matrix "); 771 771 } 772 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_ DOUBLE,0,IssmComm::GetComm());772 ISSM_MPI_Bcast(matrix,M*N,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm()); 773 773 774 774 _assert_(this->independents);
Note:
See TracChangeset
for help on using the changeset viewer.