Index: /issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp	(revision 27125)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/analyses/MmemasstransportAnalysis.cpp	(revision 27126)
@@ -154,6 +154,6 @@
 
 		/*Check solution*/
-		if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in bottom pressure solution vector");
-		if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in bottom pressure  solution vector");
+		if(xIsNan<IssmDouble>(h[i])) _error_("NaN found in ice thickness solution vector");
+		if(xIsInf<IssmDouble>(h[i])) _error_("Inf found in ice thickness solution vector");
 	}
 
