Index: /issm/trunk-jpl/src/m/exp/expwrite.py
===================================================================
--- /issm/trunk-jpl/src/m/exp/expwrite.py	(revision 26954)
+++ /issm/trunk-jpl/src/m/exp/expwrite.py	(revision 26955)
@@ -7,5 +7,5 @@
     This routine writes an Argus file from a dict containing the fields:
     x and y of the coordinates of the points.
-    The first argument is the list containing the points coordinates and the 
+    The first argument is the list containing the points coordinates and the
     second one the file to be written.
 
@@ -25,7 +25,7 @@
 
         if 'name' in contours:
-            fid.write('{}{}\n'.format('# Name:', contours['name']))
+            fid.write('{}{}\n'.format('## Name:', contours['name']))
         else:
-            fid.write('{}{}\n'.format('# Name:', filename))
+            fid.write('{}{}\n'.format('## Name:', filename))
 
         fid.write('{}\n'.format('## Icon:0'))
