Ignore:
Timestamp:
10/11/12 11:26:37 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: cosmetics, removing all deboule blank lines and indent single white lines correctly

File:
1 edited

Legend:

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

    r13216 r13623  
    2222
    2323        public:
    24        
     24
    2525                int      nrows;
    2626                IssmDouble*  values;
    27                
     27
    2828                //gset
    2929                int*     gglobaldoflist;
     
    3333                int*     flocaldoflist;
    3434                int*     fglobaldoflist;
    35                
     35
    3636                /*ElementVector constructors, destructors {{{*/
    3737                ElementVector();
     
    5151};
    5252#endif //#ifndef _ELEMENT_VECTOR_H_
    53 
Note: See TracChangeset for help on using the changeset viewer.