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/c/modules/ModelProcessorx/UpdateCounters.cpp

    r4185 r4211  
    1515#include "./ModelProcessorx.h"
    1616
    17 void    UpdateCounters(IoModel* iomodel,DataSet** pnodes,DataSet** ploads, DataSet** pconstraints){
     17void    UpdateCounters(IoModel* iomodel,Nodes** pnodes,DataSet** ploads, DataSet** pconstraints){
    1818
    19         DataSet* nodes=NULL;
     19        Nodes* nodes=NULL;
    2020        DataSet* loads=NULL;
    2121        DataSet* constraints=NULL;
Note: See TracChangeset for help on using the changeset viewer.