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
  • TabularUnified issm/trunk/src/c/modules/ModelProcessorx/DiagnosticHutter/CreateNodesDiagnosticHutter.cpp

    r4144 r4211  
    1313#include "../ModelProcessorx.h"
    1414
    15 void    CreateNodesDiagnosticHutter(DataSet** pnodes, IoModel* iomodel,ConstDataHandle iomodel_handle){
     15void    CreateNodesDiagnosticHutter(Nodes** pnodes, IoModel* iomodel,ConstDataHandle iomodel_handle){
    1616
    1717        /*Intermediary*/
     
    2020
    2121        /*DataSets: */
    22         DataSet*    nodes = NULL;
     22        Nodes*    nodes = NULL;
    2323
    2424        /*Recover pointer: */
     
    2626
    2727        /*Create nodes if they do not exist yet*/
    28         if(!nodes) nodes = new DataSet(NodesEnum);
     28        if(!nodes) nodes = new Nodes(NodesEnum);
    2929
    3030        /*Now, is the flag ishutter on? otherwise, do nothing: */
Note: See TracChangeset for help on using the changeset viewer.