Changeset 15134
- Timestamp:
- 05/29/13 09:45:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/IoModelToConstraintsx/IoModelToConstraintsx.cpp
r15128 r15134 11 11 /*intermediary: */ 12 12 int i,j; 13 IssmPDouble yts; 13 14 bool transient = false; 14 15 FILE *fid = NULL; … … 27 28 /*Fetch parameters: */ 28 29 iomodel->Constant(&numberofvertices,MeshNumberofverticesEnum); 30 iomodel->Constant(&yts,ConstantsYtsEnum); 29 31 30 32 /*First of, find the record for the enum, and get code of data type: */ … … 64 66 times=xNew<IssmDouble>(N); 65 67 for(j=0;j<N;j++){ 66 times[j]=IssmDoublevector[(M-1)*N+j] ;68 times[j]=IssmDoublevector[(M-1)*N+j]*yts; 67 69 } 68 70
Note:
See TracChangeset
for help on using the changeset viewer.