Index: /issm/trunk-jpl/src/m/mesh/roundmesh.py
===================================================================
--- /issm/trunk-jpl/src/m/mesh/roundmesh.py	(revision 26981)
+++ /issm/trunk-jpl/src/m/mesh/roundmesh.py	(revision 26982)
@@ -26,6 +26,6 @@
     y_list = roundsigfig(radius * np.sin(theta), 12)
     A = OrderedDict()
-    A['x'] = [x_list]
-    A['y'] = [y_list]
+    A['x'] = x_list
+    A['y'] = y_list
     A['density'] = 1.
     expwrite(A, 'RoundDomainOutline.exp')
