Changeset 25288


Ignore:
Timestamp:
07/17/20 13:55:12 (5 years ago)
Author:
Eric.Larour
Message:

CHG: fixed error in the eustatic contribution.

File:
1 edited

Legend:

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

    r25287 r25288  
    58485848        /*Assign output pointer:*/
    58495849        _assert_(!xIsNan<IssmDouble>(eustatic));
    5850         *peustatic+=eustatic; //do not forget the +, otherwise, you'll wipe out previous eustatic contributions!
     5850        *peustatic=eustatic; //do not forget the +, otherwise, you'll wipe out previous eustatic contributions!
    58515851        return;
    58525852}
Note: See TracChangeset for help on using the changeset viewer.