Changeset 6256


Ignore:
Timestamp:
10/12/10 13:18:21 (14 years ago)
Author:
seroussi
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1204.m

    r6255 r6256  
    2525md=solve(md,'analysis_type',Transient2DSolutionEnum);
    2626
    27 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx),'contourlevels',{0,20,40,60,60,100,120,140,160,180,-20,-40,-60,-80,-100,-120,-140,-160,-180}, ...
    28         'contourcolor','k')
     27plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx))
    2928if printingflag,
    3029        set(gcf,'Color','w')
     
    3332end
    3433
    35 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
    36         'contourcolor','k')
     34plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy))
    3735if printingflag,
    3836        set(gcf,'Color','w')
     
    4139end
    4240
    43 plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
    44         'contourcolor','k')
     41plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness))
    4542if printingflag,
    4643        set(gcf,'Color','w')
Note: See TracChangeset for help on using the changeset viewer.