Salome HOME
[bos #40653][CEA] New mesh import export formats with meshio.
[modules/smesh.git] / test / data / meshio_meshes / tecplot / quad_zone_comma.tec
diff --git a/test/data/meshio_meshes/tecplot/quad_zone_comma.tec b/test/data/meshio_meshes/tecplot/quad_zone_comma.tec
new file mode 100644 (file)
index 0000000..aea13be
--- /dev/null
@@ -0,0 +1,14 @@
+TITLE = "Zone and variables separated by commas"\r
+VARIABLES = X, Y, "foo bar",  foobar\r
+# Random comment\r
+ZONE N=4, E =1,ET= QUADRILATERAL , T = "Hex with commas"\r
+# Random comment\r
+,   F = FEBLOCK, VARLOCATION  =(  [4]= CELLCENTERED )\r
+ 0.0 1.0 1.0 0.0\r
+ 0.0 0.0 1.0 1.0\r
+# Random comment\r
+ 1.0 2.0 3.0 4.0\r
+# Random comment\r
+ 42.0\r
+# Random comment\r
+ 1 2 3 4
\ No newline at end of file