Index: /issm/trunk/src/m/classes/public/plot/plot_segmentonneumann.m
===================================================================
--- /issm/trunk/src/m/classes/public/plot/plot_segmentonneumann.m	(revision 1124)
+++ /issm/trunk/src/m/classes/public/plot/plot_segmentonneumann.m	(revision 1125)
@@ -26,5 +26,7 @@
 
 if strcmpi(md.type,'2d'),
-	for n=1:size(segmentonneumann,1),
+	disp('Careful, max loop is 100 for segmentonneumann plot. This is due to the heavy computational ressources needed by this routine. Uncomment next line if full plot is desired.');
+	for n=1:100,
+	%for n=1:size(segmentonneumann,1),
 
 		plot(md.x(segmentonneumann(n,1:2)),md.y(segmentonneumann(n,1:2)),'b-','linewidth',2);
