Changeset 16975
- Timestamp:
- 11/29/13 10:31:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r16896 r16975 429 429 430 430 /* Start looping on the number of gaussian points: */ 431 Gauss* gauss=element->NewGauss( 2);431 Gauss* gauss=element->NewGauss(3); 432 432 for(int ig=gauss->begin();ig<gauss->end();ig++){ 433 433 gauss->GaussPoint(ig);
Note:
See TracChangeset
for help on using the changeset viewer.