Adding documentation changes requested by @paulromano.

This commit is contained in:
Patrick Shriwise 2019-01-31 10:46:26 -06:00
parent 6f73ecb040
commit 56bfba392f
2 changed files with 4 additions and 4 deletions

View file

@ -93,8 +93,8 @@ you care. This element has the following attributes/sub-elements:
--------------------------------
When the DAGMC mode is enabled, the OpenMC geometry will be read from the file
``dagmc.h5m``. If a `geometry.xml <../io_formats/geometry.html>`_ file is
present with ``dagmc`` set to ``True``, it will be ignored.
``dagmc.h5m``. If a :ref:`geometry.xml <io_geometry>` file is present with
``dagmc`` set to ``true``, it will be ignored.
--------------------------------
``<electron_treatment>`` Element

View file

@ -407,12 +407,12 @@ OpenMC relies on the Direct Accelerated Geometry Monte Carlo toolkit (`DAGMC
<https://svalinn.github.io/DAGMC/>`_) to represent CAD-based geometry in a
surface mesh format. A DAGMC run can be enabled in OpenMC by setting the
``dagmc`` property to ``True`` in the model Settings either via the Python
``openmc.settings`` module::
:class:`openmc.settings` Python class::
settings = openmc.Settings()
settings.dagmc = True
or in the `settings.xml <../io_formats/settings.html>`_ file::
or in the :ref:`settings.xml <io_settings>` file::
<dagmc>true</dagmc>