Ignore:
Timestamp:
08/02/16 20:57:46 (9 years ago)
Author:
Mathieu Morlighem
Message:

BUG: no more strings for solve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test204.js

    r20593 r21051  
    99md.stressbalance.shelf_dampening=1;
    1010md.timestepping.time_step=0;
    11 md1=solve(md,StressbalanceSolutionEnum());
     11md1=solve(md,'StressbalanceSolution');
    1212md.stressbalance.shelf_dampening=0;
    13 md=solve(md,StressbalanceSolutionEnum());
     13md=solve(md,'StressbalanceSolution');
    1414
    1515//Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.