Ignore:
Timestamp:
10/08/10 17:03:53 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added method InputUpdateFromIoModel, cleaner that Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.h

    r6213 r6216  
    6969                void  InputUpdateFromVectorDakota(double* vector, int name, int type);
    7070                void  InputUpdateFromVectorDakota(int* vector, int name, int type);
     71                void  InputUpdateFromIoModel(int index, IoModel* iomodel);
    7172                /*}}}*/
    7273                /*Element virtual functions definitions: {{{1*/
     
    119120                double SurfaceArea(void);
    120121                void   Update(int index, IoModel* iomodel,int analysis_counter,int analysis_type);
    121                 void   Update(int index, IoModel* iomodel);
    122122                void   UpdateGeometry(void);
    123123                double TimeAdapt();
Note: See TracChangeset for help on using the changeset viewer.