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/PentaVertexInput.h

    r9777 r9883  
    3636                void  Demarshall(char** pmarshalled_dataset);
    3737                #endif
    38                 int   Enum();
     38                int   ObjectEnum();
    3939                Object* copy();
    4040                /*}}}*/
    4141                /*PentaVertexInput management: {{{1*/
    42                 int   EnumType();
     42                int   InstanceEnum();
    4343                Input* SpawnTriaInput(int* indices);
    4444                Input* PointwiseDivide(Input* inputB);
Note: See TracChangeset for help on using the changeset viewer.