Skip to content

Commit

Permalink
DOCS: documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sayerhs committed Sep 29, 2017
1 parent 03b61fc commit ae2663a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/manual/source/dev/nalu_preprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ with the base class. For example, to register a new utility ``MyNewUtility`` the

REGISTER_DERIVED_CLASS(PreProcessingTask, MyNewUtility, "my_new_utility");

where ``my_new_utility`` is the lookup *type* (see :confval:`tasks`) used by the
driver when processing the YAML input file. Note that this macro must be invoked
from within the ``sierra::nalu`` namespace.
in the C++ implementation file (i.e., the ``.cpp`` file and not the ``.h``
header file). In the above example, ``my_new_utility`` is the lookup *type* (see
:confval:`tasks`) used by the driver when processing the YAML input file. Note
that this macro must be invoked from within the ``sierra::nalu`` namespace.

0 comments on commit ae2663a

Please sign in to comment.