Changeset 16086
- Timestamp:
- 09/05/13 07:35:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IoModel.cpp
r15838 r16086 387 387 else{ 388 388 if(fread(&pscalar,sizeof(IssmPDouble),1,this->fid)!=1) _error_("could not read scalar "); 389 ISSM_MPI_Bcast(&pscalar,1,ISSM_MPI_ DOUBLE,0,IssmComm::GetComm());389 ISSM_MPI_Bcast(&pscalar,1,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm()); 390 390 scalar=reCast<IssmDouble>(pscalar); 391 391 }
Note:
See TracChangeset
for help on using the changeset viewer.