Changeset 25436 for issm/trunk-jpl/src/c/classes/gauss/GaussTetra.h
- Timestamp:
- 08/21/20 08:37:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/gauss/GaussTetra.h
r20827 r25436 13 13 14 14 private: 15 int numgauss; 15 int numgauss; /*Total number of gauss points*/ 16 int ig; /*Current gauss point index*/ 16 17 IssmDouble* weights; 17 18 IssmDouble* coords1; … … 35 36 36 37 /*Methods*/ 38 bool next(void); 37 39 int begin(void); 38 40 void Echo(void);
Note:
See TracChangeset
for help on using the changeset viewer.