Changeset 15134


Ignore:
Timestamp:
05/29/13 09:45:30 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: forgot conversion of spc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp

    r15128 r15134  
    1111        /*intermediary: */
    1212        int     i,j;
     13        IssmPDouble yts;
    1314        bool        transient        = false;
    1415        FILE       *fid              = NULL;
     
    2728        /*Fetch parameters: */
    2829        iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum);
     30        iomodel->Constant(&yts,ConstantsYtsEnum);
    2931
    3032        /*First of, find the record for the enum, and get code  of data type: */
     
    6466                times=xNew<IssmDouble>(N);
    6567                for(j=0;j<N;j++){
    66                         times[j]=IssmDoublevector[(M-1)*N+j];
     68                        times[j]=IssmDoublevector[(M-1)*N+j]*yts;
    6769                }
    6870
Note: See TracChangeset for help on using the changeset viewer.