Changeset 8548


Ignore:
Timestamp:
06/08/11 11:49:44 (14 years ago)
Author:
schlegel
Message:

timesteps should be in seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/Transient/UpdateElementsTransient.cpp

    r8399 r8548  
    4444                for(j=0;j<iomodel->forcing_numtimesteps;j++){
    4545               
    46                         time=iomodel->timesteps[j];
     46                        time=iomodel->timesteps[j]*iomodel->yts;
    4747                        sprintf(&fetchstring[0],"forcing_%s_%i",EnumToStringx(forcingenum),j+1);
    4848                        IoModelFetchData(&iomodel->forcing,NULL,NULL,iomodel_handle,fetchstring);
Note: See TracChangeset for help on using the changeset viewer.