Changeset 21750


Ignore:
Timestamp:
05/26/17 20:18:13 (8 years ago)
Author:
Eric.Larour
Message:

CHG: more comments.

File:
1 edited

Legend:

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

    r21703 r21750  
    11721172
    11731173                        /*read time now*/
    1174                         IssmPDouble* timematrix=xNew<IssmDouble>(N);
     1174                        IssmPDouble* timematrix=xNew<IssmPDouble>(N);
    11751175                        if(my_rank==0) if(fread(timematrix,N*sizeof(IssmPDouble),1,fid)!=1) _error_("could not read time in compressed matrix");
    11761176                        ISSM_MPI_Bcast(timematrix,N,ISSM_MPI_PDOUBLE,0,IssmComm::GetComm());
Note: See TracChangeset for help on using the changeset viewer.