Changeset 16116
- Timestamp:
- 09/10/13 14:53:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/IndependentObject.cpp
r15838 r16116 106 106 if(my_rank==0){ 107 107 if(fread(&pscalar,sizeof(IssmPDouble),1,fid)!=1)_error_("could not read scalar "); 108 } 109 110 /*Now, before we even broadcast this to other nodes, declare the scalar as an independent variable!: */ 111 scalar<<=pscalar; 112 108 109 /*Now, before we even broadcast this to other nodes, declare the scalar as an independent variable!: */ 110 scalar<<=pscalar; 111 } 112 113 113 114 ISSM_MPI_Bcast(&scalar,1,ISSM_MPI_DOUBLE,0,IssmComm::GetComm()); 114 115
Note:
See TracChangeset
for help on using the changeset viewer.