Changeset 16086


Ignore:
Timestamp:
09/05/13 07:35:05 (12 years ago)
Author:
utke
Message:

CHG need type consistency IssmPDouble - ISSM_MPI_PDOUBLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/IoModel.cpp

    r15838 r16086  
    387387                                                else{
    388388                                                        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());
    390390                                                        scalar=reCast<IssmDouble>(pscalar);
    391391                                                }
Note: See TracChangeset for help on using the changeset viewer.