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/test1103.m

    r19049 r21049  
    4141        %Compute the stressbalance
    4242        md.cluster=generic('name',oshostname(),'np',8);
    43         md=solve(md,StressbalanceSolutionEnum());
     43        md=solve(md,'StressbalanceSolution');
    4444
    4545        %Plot the results and save them
Note: See TracChangeset for help on using the changeset viewer.