Index: /issm/trunk-jpl/src/m/coordsystems/gmtmask.m
===================================================================
--- /issm/trunk-jpl/src/m/coordsystems/gmtmask.m	(revision 20004)
+++ /issm/trunk-jpl/src/m/coordsystems/gmtmask.m	(revision 20005)
@@ -6,4 +6,6 @@
 %
 
+	disp(sprintf('gmtmask: num vertices %i',length(lat)));
+	
 	%Check lat and long size is not more than 50,000; If so, recursively call gmtmask: 
 	if length(lat)>50000,
@@ -51,2 +53,3 @@
 	
 	system('rm -rf ./all_vertices.txt ./oce_vertices.txt ./gmt.history');
+	disp(sprintf('gmtmask: done'));
