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/test3015.py

    r20981 r21049  
    5959md=SetIceShelfBC(md)
    6060
    61 md=solve(md,MasstransportSolutionEnum())
     61md=solve(md,'MasstransportSolution')
    6262V0=md.results.MasstransportSolution.IceVolume
    6363
     
    7070md=SetIceShelfBC(md)
    7171
    72 md=solve(md,MasstransportSolutionEnum())
     72md=solve(md,'MasstransportSolution')
    7373V2=md.results.MasstransportSolution.IceVolume
    7474
     
    8484md=SetIceShelfBC(md)
    8585
    86 md=solve(md,MasstransportSolutionEnum())
     86md=solve(md,'MasstransportSolution')
    8787#retrieve directly
    8888dVdh_ad=md.results.MasstransportSolution.AutodiffJacobian
Note: See TracChangeset for help on using the changeset viewer.