Changeset 22099


Ignore:
Timestamp:
09/17/17 23:25:46 (8 years ago)
Author:
dlcheng
Message:

BUG: Fixing incorrrect sovler_residue_tolerance assignment in settings.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/settings.js

    r21510 r22099  
    2929               
    3030                //throw an error if solver residue exceeds this value
    31                 self.solver_residue_threshold=1e-6;
     31                this.solver_residue_threshold=1e-6;
    3232
    3333        }// }}}
Note: See TracChangeset for help on using the changeset viewer.