Ignore:
Timestamp:
05/23/11 11:52:10 (14 years ago)
Author:
schlegel
Message:

change melting rate to basal melting rate for clarity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/DiagnosticVert/UpdateElementsDiagnosticVert.cpp

    r8330 r8392  
    3333        IoModelFetchData(&iomodel->elementonsurface,NULL,NULL,iomodel_handle,"elementonsurface");
    3434        IoModelFetchData(&iomodel->elementonwater,NULL,NULL,iomodel_handle,"elementonwater");
    35         IoModelFetchData(&iomodel->melting_rate,NULL,NULL,iomodel_handle,"melting_rate");
     35        IoModelFetchData(&iomodel->basal_melting_rate,NULL,NULL,iomodel_handle,"basal_melting_rate");
    3636        IoModelFetchData(&iomodel->accumulation_rate,NULL,NULL,iomodel_handle,"accumulation_rate");
    3737        IoModelFetchData(&iomodel->vx,NULL,NULL,iomodel_handle,"vx");
     
    5959        xfree((void**)&iomodel->elementonsurface);
    6060        xfree((void**)&iomodel->elementonwater);
    61         xfree((void**)&iomodel->melting_rate);
     61        xfree((void**)&iomodel->basal_melting_rate);
    6262        xfree((void**)&iomodel->accumulation_rate);
    6363        xfree((void**)&iomodel->vx);
Note: See TracChangeset for help on using the changeset viewer.