mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Apply @paulromano's suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4f5654a152
commit
8500ed57ff
1 changed files with 2 additions and 6 deletions
|
|
@ -383,13 +383,13 @@ Each ``<dagmc_universe>`` 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 ``<dagmc_universe>`` element can have the following attributes or sub-eleme
|
|||
A required string indicating the file to be loaded representing the DAGMC universe.
|
||||
|
||||
*Default*: None
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue