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

CHG: fixing AD compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Cfdragcoeffabsgrad.cpp

    r25379 r25437  
    156156        /* Start  looping on the number of gaussian points: */
    157157        Gauss* gauss=basalelement->NewGauss(2);
    158         for(int ig=gauss->begin();ig<gauss->end();ig++){
    159 
    160                 gauss->GaussPoint(ig);
     158        while(gauss->next()){
    161159
    162160                /* Get Jacobian determinant: */
Note: See TracChangeset for help on using the changeset viewer.