Index: /issm/branches/trunk-larour-NatGeoScience2016/src/m/mesh/meshband.m
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/m/mesh/meshband.m	(revision 22081)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/m/mesh/meshband.m	(revision 22082)
@@ -75,8 +75,5 @@
 	%check that the domain vertices = the number of segments: 
 	if abs(length(band.segments) - (length(domain(1).x)+length(domain(2).x)-2))>=2,
-		length(band.segments)
-		length(domain(1).x)
-		length(domain(2).x)
-
+		disp(sprintf('band mesh not consistent: %i!=%i+%i\n',length(band.segments), length(domain(1).x), length(domain(2).x)));
 
 		figure(3),clf,expdisp([temproot '/Band.exp'],'linestyle','r*');
