From 7cba2ad03012658481c6edbc04f070892e90dd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Delaporte-Mathurin?= <40028739+RemDelaporteMathurin@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:46:10 +0200 Subject: [PATCH] [skip ci] X Y Y typo Co-authored-by: Paul Romano --- openmc/mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index aa338f97e1..90f4c55a9a 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -199,7 +199,7 @@ class StructuredMesh(MeshBase): Parameters ---------- points : list or np.array - List of (X,Y,Y) tuples. + List of (X,Y,Z) tuples. filename : str Name of the VTK file to write. datasets : dict