Changeset 25436 for issm/trunk-jpl/src/c/classes/gauss/GaussTria.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/GaussTria.h
r21892 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; … … 36 37 37 38 /*Methods*/ 39 bool next(void); 38 40 int begin(void); 39 41 void Echo(void);
Note:
See TracChangeset
for help on using the changeset viewer.