Ignore:
Timestamp:
06/25/10 17:37:18 (15 years ago)
Author:
Eric.Larour
Message:

New class Update, just to update object properties, relevant only to Elements, Loads, Nodes and Materials. Simplifies greatly all the other objects that don't need updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.h

    r4218 r4244  
    3939                Object* copy();
    4040                /*}}}*/
    41                 /*object management: {{{1*/
     41                /*Object virtual functions resolution: {{{1*/
    4242                void  Configure(Elements* elementsin,Loads* loadsin,DataSet* nodesin,Vertices* verticesin,Materials* materialsin,Parameters* parametersin);
    4343                void  DeepEcho();
     
    4949                int   MarshallSize();
    5050                int   MyRank();
     51                /*}}}*/
     52                /*Update virtual functions resolution: {{{1*/
    5153                void  InputUpdateFromVector(double* vector, int name, int type);
    5254                void  InputUpdateFromVector(int* vector, int name, int type);
Note: See TracChangeset for help on using the changeset viewer.