Index: /issm/trunk-jpl/src/m/contrib/defleurian/paraview/exportVTK.m
===================================================================
--- /issm/trunk-jpl/src/m/contrib/defleurian/paraview/exportVTK.m	(revision 20323)
+++ /issm/trunk-jpl/src/m/contrib/defleurian/paraview/exportVTK.m	(revision 20324)
@@ -1,20 +1,17 @@
 function exportVTK(filename,model,varargin)
-% vtk export
-% 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)
+%EXPORTVTK -  vtk export
 %
-%Give only the results for nw but could be extended to geometry, mask... 
+%   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)
+%   By default only the results are exported, you can add whichever
+%   field you need as a string:
+%   add 'geometry' to export md.geometry
 %
-% input: filename   destination 
-%                   (string)
-%------------------------------------------------------------------
-%        model      this is md 
-%------------------------------------------------------------------
-% By default only the results are exported, you can add whichever
-% field you need as a string:
-% add 'geometry' to export md.geometry
+%   USAGE:
+%      exportVTK(filename,model,varargin)
 %
-% Basile de Fleurian:
+%   EXAMPLE:
+%      exportVTK('ResultSimulation1',md)
 
 [path,name,ext]=fileparts(filename);
