Ignore:
Timestamp:
06/24/10 16:57:38 (15 years ago)
Author:
Eric.Larour
Message:

New Nodes class

File:
1 edited

Legend:

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

    r4098 r4211  
    1212/*input datasets: */
    1313DataSet    *elements          = NULL;
    14 DataSet    *nodes             = NULL;
     14Nodes      *nodes             = NULL;
    1515DataSet    *vertices          = NULL;
    1616DataSet    *loads             = NULL;
     
    2929/*Input datasets: */
    3030FetchData(&elements,ELEMENTSIN);
    31 FetchData(&nodes,NODESIN);
     31FetchData((DataSet**)&nodes,NODESIN);
    3232FetchData(&vertices,VERTICESIN);
    3333FetchData(&loads,LOADSIN);
Note: See TracChangeset for help on using the changeset viewer.