Ignore:
Timestamp:
09/22/11 10:23:34 (13 years ago)
Author:
Mathieu Morlighem
Message:

Method Enum is now ObjectEnum and EnumType is InstanceEnum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Inputs/TransientInput.h

    r9777 r9883  
    3939                void  Demarshall(char** pmarshalled_dataset);
    4040                #endif
    41                 int   Enum();
     41                int   ObjectEnum();
    4242                Object* copy();
    4343                /*}}}*/
    4444                /*TransientInput management: {{{1*/
    45                 int    EnumType();
     45                int    InstanceEnum();
    4646                Input* SpawnTriaInput(int* indices);
    4747                Input* PointwiseDivide(Input* forcingB){_error_("not implemented yet");};
Note: See TracChangeset for help on using the changeset viewer.