Ignore:
Timestamp:
06/27/16 09:22:48 (9 years ago)
Author:
agscott1
Message:

Started alphabetizing function names under src/classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Elements/Elements.h

    r18237 r20810  
    2525                /*numerics*/
    2626                void   Configure(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters);
     27                void   InputDuplicate(int input_enum,int output_enum);
    2728                int    MaxNumNodes(void);
     29                int    NumberOfElements(void);
    2830                void   SetCurrentConfiguration(Elements* elements,Loads* loads, Nodes* nodes, Vertices* vertices, Materials* materials,Parameters* parameters);
    2931                void   ResetHooks();
    30                 int    NumberOfElements(void);
    31                 void   InputDuplicate(int input_enum,int output_enum);
    3232
    3333};
Note: See TracChangeset for help on using the changeset viewer.