Ignore:
Timestamp:
08/21/20 08:37:13 (5 years ago)
Author:
Mathieu Morlighem
Message:

NEW: using while loop instead of for, may speed up the code a bit

File:
1 edited

Legend:

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

    r21892 r25436  
    1313
    1414        private:
    15                 int numgauss;
     15                int         numgauss;   /*Total number of gauss points*/
     16                int         ig;         /*Current gauss point index*/
    1617                IssmDouble* weights;
    1718                IssmDouble* coords1;
     
    3637
    3738                /*Methods*/
     39                bool next(void);
    3840                int  begin(void);
    3941                void Echo(void);
Note: See TracChangeset for help on using the changeset viewer.