Index: /issm/trunk/src/m/utils/Nightly/testsgettolerance.m
===================================================================
--- /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 2257)
+++ /issm/trunk/src/m/utils/Nightly/testsgettolerance.m	(revision 2258)
@@ -6,10 +6,10 @@
 %
 %   Usage:
-%      tolerance=testsgettolerance2(md,package,analysis_type,field),
+%      tolerance=testsgettolerance(md,package,analysis_type,field),
 %
 %   Example:
-%      tolerance=testsgettolerance2(md,'cielo','diagnostic','vel'),
+%      tolerance=testsgettolerance(md,'cielo','diagnostic','vel'),
 %
-%   See also: TESTSGETANALYSIS, TESTGETPACKAGE
+%   See also: RUNME
 
 %recover what is being requested.
@@ -61,5 +61,5 @@
 	elseif (strcmpi(analysis_type,'steadystate')),
 			if md.isstokes,
-				tolerance=5*10^-5;
+				tolerance=5*10^-4;
 			elseif any(md.gridonpattyn),
 				tolerance=2*10^-8;
@@ -69,5 +69,5 @@
 
 	else
-		error(['testsgettolerance2 error message: analysis_type '  analysis_type ' not supported yet with package cielo_parallel']);
+		error(['testsgettolerance error message: analysis_type '  analysis_type ' not supported yet with package cielo_parallel']);
 	end
 end
