Ignore:
Timestamp:
06/24/10 18:51:00 (15 years ago)
Author:
Eric.Larour
Message:

New class Constraintsa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/modules/ModelProcessorx/Prognostic/CreateConstraintsPrognostic.cpp

    r4008 r4217  
    1111#include "../ModelProcessorx.h"
    1212
    13 void    CreateConstraintsPrognostic(DataSet** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){
     13void    CreateConstraintsPrognostic(Constraints** pconstraints, IoModel* iomodel,ConstDataHandle iomodel_handle){
    1414
    1515        /*Intermediary*/
     
    1818       
    1919        /*Output*/
    20         DataSet* constraints = NULL;
     20        Constraints* constraints = NULL;
    2121        Spc*    spc  = NULL;
    2222
     
    2525
    2626        /*Create constraints if they do not exist yet*/
    27         if(!constraints) constraints = new DataSet(ConstraintsEnum);
     27        if(!constraints) constraints = new Constraints(ConstraintsEnum);
    2828
    2929        /*Fetch data: */
Note: See TracChangeset for help on using the changeset viewer.