Changeset 1036


Ignore:
Timestamp:
06/22/09 07:13:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

fixed SegFault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/SlopeCompute/CreateElementsNodesAndMaterialsSlopeCompute.cpp

    r1025 r1036  
    400400        ModelFetchData((void**)&model->z,NULL,NULL,model_handle,"z","Matrix","Mat");
    401401        ModelFetchData((void**)&model->thickness,NULL,NULL,model_handle,"thickness","Matrix","Mat");
    402         ModelFetchData((void**)&model->surface,NULL,NULL,model_handle,"surface","Matrix","Mat");
     402        ModelFetchData((void**)&model->bed,NULL,NULL,model_handle,"bed","Matrix","Mat");
    403403        ModelFetchData((void**)&model->gridonbed,NULL,NULL,model_handle,"gridonbed","Matrix","Mat");
    404404        ModelFetchData((void**)&model->gridonsurface,NULL,NULL,model_handle,"gridonsurface","Matrix","Mat");
Note: See TracChangeset for help on using the changeset viewer.