Skip to content

Commit d968112

Browse files
author
Bruce J Palmer
committed
Update environment documentation.
1 parent b8f6923 commit d968112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user_manual/tex/environment.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ \section{Environment}\label{environment}
33
GridPACK applications need to initialize several libraries in order to execute
44
properly. These can be initialized explicitly by the user in their
55
application but they can also be initialized by creating a single
6-
\texttt{\textbf{Environment}} object at the start of the code. The constructor
6+
\texttt{\textbf{Environment}} object at the start of the code. This module uses
7+
just the \texttt{\textbf{gridpack}} namespace. The constructor
78
for this object will automatically call all the appropriate initialization
89
functions for libraries used by GridPACK. This object can also be used to
910
support an inline help message that can be used to document how to use the

0 commit comments

Comments
 (0)