Changeset 4474


Ignore:
Timestamp:
07/08/10 15:17:00 (15 years ago)
Author:
seroussi
Message:

geothermalflux missing in elements for ThermalSolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/Thermal/UpdateElementsThermal.cpp

    r4470 r4474  
    4040        IoModelFetchData(&iomodel->pressure,NULL,NULL,iomodel_handle,"pressure");
    4141        IoModelFetchData(&iomodel->temperature,NULL,NULL,iomodel_handle,"temperature");
     42        IoModelFetchData(&iomodel->geothermalflux,NULL,NULL,iomodel_handle,"geothermalflux");
    4243        IoModelFetchData(&iomodel->vx,NULL,NULL,iomodel_handle,"vx");
    4344        IoModelFetchData(&iomodel->vy,NULL,NULL,iomodel_handle,"vy");
     
    7374        xfree((void**)&iomodel->pressure);
    7475        xfree((void**)&iomodel->temperature);
     76        xfree((void**)&iomodel->geothermalflux);
    7577        xfree((void**)&iomodel->vx);
    7678        xfree((void**)&iomodel->vy);
Note: See TracChangeset for help on using the changeset viewer.