We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f6923 commit d968112Copy full SHA for d968112
docs/user_manual/tex/environment.tex
@@ -3,7 +3,8 @@ \section{Environment}\label{environment}
3
GridPACK applications need to initialize several libraries in order to execute
4
properly. These can be initialized explicitly by the user in their
5
application but they can also be initialized by creating a single
6
-\texttt{\textbf{Environment}} object at the start of the code. The constructor
+\texttt{\textbf{Environment}} object at the start of the code. This module uses
7
+just the \texttt{\textbf{gridpack}} namespace. The constructor
8
for this object will automatically call all the appropriate initialization
9
functions for libraries used by GridPACK. This object can also be used to
10
support an inline help message that can be used to document how to use the
0 commit comments