From 8500ed57ffa91706046cf46efbcf75d06c960518 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 30 Jun 2021 08:44:47 -0500 Subject: [PATCH] Apply @paulromano's suggestions from code review Co-authored-by: Paul Romano --- docs/source/io_formats/geometry.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/source/io_formats/geometry.rst b/docs/source/io_formats/geometry.rst index c94657f9a8..6494d14877 100644 --- a/docs/source/io_formats/geometry.rst +++ b/docs/source/io_formats/geometry.rst @@ -383,13 +383,13 @@ Each ```` element can have the following attributes or sub-eleme :id: A unique integer used to identify the universe. - *Default*: "" + *Default*: None :name: An optional string name to identify the surface in summary output files. This string is limited to 52 characters for formatting purposes. - *Default*: "" + *Default*: None :auto_geom_ids: Boolean value indicating whether the existing geometry IDs will be used or appended @@ -407,7 +407,3 @@ Each ```` element can have the following attributes or sub-eleme A required string indicating the file to be loaded representing the DAGMC universe. *Default*: None - - - -