From 5180ab3f8a6031cfbcd708c04e7fd23f8936085a 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:43 +0200 Subject: [PATCH] [skip ci] removed default value Co-authored-by: Paul Romano --- openmc/mesh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/mesh.py b/openmc/mesh.py index 90f4c55a9a..73a49bfc19 100644 --- a/openmc/mesh.py +++ b/openmc/mesh.py @@ -208,7 +208,6 @@ class StructuredMesh(MeshBase): volume_normalization : bool, optional Whether or not to normalize the data by the volume of the mesh elements. - Defaults to True. Raises ------