Index: /issm/branches/trunk-larour-SLPS2022/src/m/classes/dslmme.m
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/m/classes/dslmme.m	(revision 27090)
+++ /issm/branches/trunk-larour-SLPS2022/src/m/classes/dslmme.m	(revision 27091)
@@ -54,5 +54,5 @@
 				h=self.global_average_thermosteric_sea_level{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('dslmme checkconsistency error messages: time tags for global_average_thermosteric_sea_level should be in seconds!');
Index: /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmemasstransport.m
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmemasstransport.m	(revision 27090)
+++ /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmemasstransport.m	(revision 27091)
@@ -58,5 +58,5 @@
 				h=self.thickness{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('mmemasstransport checkconsistency error messages: time tags for thicknesses should be in seconds!');
Index: /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmeofflinesolidearthsolution.m
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmeofflinesolidearthsolution.m	(revision 27090)
+++ /issm/branches/trunk-larour-SLPS2022/src/m/classes/mmeofflinesolidearthsolution.m	(revision 27091)
@@ -55,5 +55,5 @@
 				h=self.displacementup{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('dslmme checkconsistency error messages: time tags for displacementup should be in seconds!');
@@ -64,5 +64,5 @@
 				h=self.geoid{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('dslmme checkconsistency error messages: time tags for geoid should be in seconds!');
@@ -73,5 +73,5 @@
 				h=self.displacementeast{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('dslmme checkconsistency error messages: time tags for displacementeast should be in seconds!');
@@ -82,5 +82,5 @@
 				h=self.displacementnorth{i};
 				times=h(end,:);
-				avgtime=mean(times)
+				avgtime=mean(times);
 				if(avgtime<10000)
 					error('dslmme checkconsistency error messages: time tags for displacementnorth should be in seconds!');
