Changeset 15581


Ignore:
Timestamp:
07/24/13 10:51:45 (12 years ago)
Author:
seroussi
Message:

CHG: changed test resolution to avoid element with 2 fronts

Location:
issm/trunk-jpl/test
Files:
3 edited

Legend:

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

    r15565 r15581  
    1 md=triangle(model(),'../Exp/Pig.exp',10000.);
     1md=triangle(model(),'../Exp/Pig.exp',11000.);
    22md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp');
    33md=parameterize(md,'../Par/Pig.par');
  • issm/trunk-jpl/test/NightlyRun/test511.py

    r15565 r15581  
    99from MatlabFuncs import *
    1010
    11 md=triangle(model(),'../Exp/Pig.exp',10000.)
     11md=triangle(model(),'../Exp/Pig.exp',11000.)
    1212md=setmask(md,'../Exp/PigShelves.exp','../Exp/PigIslands.exp')
    1313md=parameterize(md,'../Par/Pig.py')
Note: See TracChangeset for help on using the changeset viewer.