Changeset 26275


Ignore:
Timestamp:
05/17/21 14:35:15 (4 years ago)
Author:
caronlam
Message:

BUG: minus sign missing in polenudge exponent in SealevelchangeInitialGeometry

File:
1 edited

Legend:

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

    r26272 r26275  
    63116311                        if (latitude[i]==M_PI/2.){
    63126312                                //North pole: nudge south
    6313                                 polenudge=-1.e12;
     6313                                polenudge=-1.e-12;
    63146314                        }
    63156315                        else if (latitude[i]==-M_PI/2.){
    63166316                                //South pole: nudge north
    6317                                 polenudge=1.e12;
     6317                                polenudge=1.e-12;
    63186318                        }
    63196319                        else {
Note: See TracChangeset for help on using the changeset viewer.