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

    r20366 r21049  
    6161md=setflowequation(md,'SSA','all');
    6262md.cluster=generic('name',oshostname(),'np',1); % 3 for the cluster
    63 md=solve(md,TransientSolutionEnum);
     63md=solve(md,'TransientSolution');
    6464
    6565%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.