Index: /issm/trunk-jpl/src/m/consistency/ismodelselfconsistent.m
===================================================================
--- /issm/trunk-jpl/src/m/consistency/ismodelselfconsistent.m	(revision 13728)
+++ /issm/trunk-jpl/src/m/consistency/ismodelselfconsistent.m	(revision 13729)
@@ -28,9 +28,5 @@
 
 	%Check consistency of the object
-	if verLessThan('matlab', '7.6')
-		md=checkconsistency(md.(field),md,solution,analyses);
-	else
-		md=md.(field).checkconsistency(md,solution,analyses);
-	end
+	md=checkconsistency(md.(field),md,solution,analyses);
 end
 
