Ignore:
Timestamp:
08/02/16 17:06:46 (9 years ago)
Author:
agscott1
Message:

CHG: Replaced Enums with Strings in matlab and python. Updated corresponding cpp code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test2425.m

    r20185 r21049  
    1818
    1919md.cluster=generic('name',oshostname(),'np',3);
    20 md=solve(md,TransientSolutionEnum());
     20md=solve(md,'TransientSolution');
    2121vel1=md.results.TransientSolution(end).Vel;
    2222
     
    3333md.slr.sealevel=1000*ones(md.mesh.numberofvertices,1);
    3434
    35 md=solve(md,TransientSolutionEnum(),'checkconsistency','no');
     35md=solve(md,'TransientSolution','checkconsistency','no');
    3636vel2=md.results.TransientSolution(end).Vel;
    3737
Note: See TracChangeset for help on using the changeset viewer.