Ignore:
Timestamp:
05/10/10 16:31:27 (15 years ago)
Author:
seroussi
Message:

added dhdt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/Balancedthickness2/CreateElementsNodesAndMaterialsBalancedthickness2.cpp

    r3696 r3698  
    4848                IoModelFetchData(&iomodel->vx,NULL,NULL,iomodel_handle,"vx");
    4949                IoModelFetchData(&iomodel->vy,NULL,NULL,iomodel_handle,"vy");
    50                 IoModelFetchData(&iomodel->vy,NULL,NULL,iomodel_handle,"melting_rate");
    51                 IoModelFetchData(&iomodel->vy,NULL,NULL,iomodel_handle,"accumulation_rate");
     50                IoModelFetchData(&iomodel->accumulation_rate,NULL,NULL,iomodel_handle,"melting_rate");
     51                IoModelFetchData(&iomodel->melting_rate,NULL,NULL,iomodel_handle,"accumulation_rate");
     52                IoModelFetchData(&iomodel->dhdt,NULL,NULL,iomodel_handle,"dhdt");
    5253               
    5354                for (i=0;i<iomodel->numberofelements;i++){
     
    7374                xfree((void**)&iomodel->melting_rate);
    7475                xfree((void**)&iomodel->accumulation_rate);
     76                xfree((void**)&iomodel->dhdt);
    7577
    7678        }
Note: See TracChangeset for help on using the changeset viewer.