Ignore:
Timestamp:
06/28/16 15:51:32 (9 years ago)
Author:
agscott1
Message:

CHG: Alphabetized all function names under classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/classes/matrix/ElementVector.h ΒΆ

    r15688 r20827  
    4141                /*ElementVector specific routines*/
    4242                void AddToGlobal(Vector<IssmDouble>* pf);
     43                void CheckConsistency(void);
     44                void Echo(void);
     45                void Init(ElementVector* pe);
    4346                void InsertIntoGlobal(Vector<IssmDouble>* pf);
    44                 void Echo(void);
    45                 void CheckConsistency(void);
    46                 void Init(ElementVector* pe);
    4747                void SetValue(IssmDouble scalar);
    4848                void StaticCondensation(ElementMatrix* Ke,int numindices,int* indices);
Note: See TracChangeset for help on using the changeset viewer.