Ignore:
Timestamp:
06/24/10 17:27:43 (15 years ago)
Author:
Eric.Larour
Message:

New Loads class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/mex/ComputePressure/ComputePressure.cpp

    r4213 r4214  
    1414        Nodes* nodes=NULL;
    1515        Vertices* vertices=NULL;
    16         DataSet* loads=NULL;
     16        Loads* loads=NULL;
    1717        DataSet* materials=NULL;
    1818        Parameters* parameters=NULL;
     
    3434        FetchData((DataSet**)&nodes,NODES);
    3535        FetchData((DataSet**)&vertices,VERTICES);
    36         FetchData(&loads,LOADS);
     36        FetchData((DataSet**)&loads,LOADS);
    3737        FetchData(&materials,MATERIALS);
    3838        FetchParams(&parameters,PARAMETERS);
Note: See TracChangeset for help on using the changeset viewer.