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

@ -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>