Index: /issm/trunk/test/NightlyRun/test1204.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1204.m	(revision 6255)
+++ /issm/trunk/test/NightlyRun/test1204.m	(revision 6256)
@@ -25,6 +25,5 @@
 md=solve(md,'analysis_type',Transient2DSolutionEnum);
 
-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}, ...
-	'contourcolor','k')
+plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vx))
 if printingflag, 
 	set(gcf,'Color','w')
@@ -33,6 +32,5 @@
 end
 
-plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
-	'contourcolor','k')
+plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Vy))
 if printingflag, 
 	set(gcf,'Color','w')
@@ -41,6 +39,5 @@
 end
 
-plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness),'contourlevels',{-100,-200,-300,-400,-500,-600,-700,-800,-900,-1000},...
-	'contourcolor','k')
+plotmodel(md,'data',PatchToVec(md.results.Transient2DSolution(end).Thickness))
 if printingflag, 
 	set(gcf,'Color','w')
