Index: /issm/trunk-jpl/src/m/contrib/paraview/exportVTK.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/paraview/exportVTK.m	(revision 16352)
+++ /issm/trunk-jpl/src/m/contrib/paraview/exportVTK.m	(revision 16353)
@@ -1,8 +1,9 @@
 function exportVTK(filename,model)
 % vtk export
-% function exportVTK(filename,model,Solution)
-% creates a directory with the vtk files for you simulation
+% function exportVTK(filename,model)
+% creates a directory with the vtk files for displays in paraview
 % (only work for triangle and wedges based on their number of nodes)
-% and additional cell data
+%
+%Give only the results for nw but could be extended to geometry, mask... 
 %
 % input: filename   destination 
@@ -10,7 +11,5 @@
 %------------------------------------------------------------------
 %        model      this is md 
-%------------------------------------------------------------------
-%        Solution   Put on the enum of the solution you want 
-%	                  to plot         
+%
 % Basile de Fleurian:
 
@@ -33,6 +32,4 @@
 	error('Your Element definition is not taken into account \n');
 end
-
-%sol_enum=EnumToString(Solution);
 
 %this is the result structure
