Changeset 16975


Ignore:
Timestamp:
11/29/13 10:31:23 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: making gauss point order similar to element

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

    r16896 r16975  
    429429
    430430        /* Start  looping on the number of gaussian points: */
    431         Gauss* gauss=element->NewGauss(2);
     431        Gauss* gauss=element->NewGauss(3);
    432432        for(int ig=gauss->begin();ig<gauss->end();ig++){
    433433                gauss->GaussPoint(ig);
Note: See TracChangeset for help on using the changeset viewer.