Changeset 16087


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

CHG type consistency

File:
1 edited

Legend:

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

    r16086 r16087  
    770770                        if(fread(matrix,M*N*sizeof(IssmPDouble),1,fid)!=1) _error_("could not read matrix ");
    771771                }
    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());
    773773
    774774                _assert_(this->independents);
Note: See TracChangeset for help on using the changeset viewer.