Changeset 8548
- Timestamp:
- 06/08/11 11:49:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/ModelProcessorx/Transient/UpdateElementsTransient.cpp
r8399 r8548 44 44 for(j=0;j<iomodel->forcing_numtimesteps;j++){ 45 45 46 time=iomodel->timesteps[j] ;46 time=iomodel->timesteps[j]*iomodel->yts; 47 47 sprintf(&fetchstring[0],"forcing_%s_%i",EnumToStringx(forcingenum),j+1); 48 48 IoModelFetchData(&iomodel->forcing,NULL,NULL,iomodel_handle,fetchstring);
Note:
See TracChangeset
for help on using the changeset viewer.