Changeset 4211 for issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateNodesDiagnosticHutter.cpp
- Timestamp:
- 06/24/10 16:57:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateNodesDiagnosticHutter.cpp ¶
r4144 r4211 13 13 #include "../ModelProcessorx.h" 14 14 15 void CreateNodesDiagnosticHutter( DataSet** pnodes, IoModel* iomodel,ConstDataHandle iomodel_handle){15 void CreateNodesDiagnosticHutter(Nodes** pnodes, IoModel* iomodel,ConstDataHandle iomodel_handle){ 16 16 17 17 /*Intermediary*/ … … 20 20 21 21 /*DataSets: */ 22 DataSet* nodes = NULL;22 Nodes* nodes = NULL; 23 23 24 24 /*Recover pointer: */ … … 26 26 27 27 /*Create nodes if they do not exist yet*/ 28 if(!nodes) nodes = new DataSet(NodesEnum);28 if(!nodes) nodes = new Nodes(NodesEnum); 29 29 30 30 /*Now, is the flag ishutter on? otherwise, do nothing: */
Note:
See TracChangeset
for help on using the changeset viewer.