Skip to content

Commit

Permalink
made a few small changes to cmake section
Browse files Browse the repository at this point in the history
updated revision history
  • Loading branch information
fythal committed Apr 23, 2016
1 parent 987bfad commit ede3d85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file modified Documentation/DesignDoc/DetailedDesign.pdf
Binary file not shown.
9 changes: 5 additions & 4 deletions Documentation/DesignDoc/DetailedDesign.tex
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ \subsection{Revision History}
\toprule
\bf Description of Changes & \bf Author & \bf Date\\\midrule
\arrayrulecolor{lightgray}
Set up sections and filled out Introduction section & Matthew & 2015-12-15\\\hline
Added sections for Errors and Key Algorithms & Stuart & 2016-01-08\\
Set up sections and filled out Introduction section & Matt & 2015-12-15\\\hline
Added sections for Errors and Key Algorithms & Stuart & 2016-01-08\\\hline
Created implementation 2 Section & Matt & 2016-04-21\\
\arrayrulecolor{black}
\bottomrule
\end{tabular}
Expand Down Expand Up @@ -479,10 +480,10 @@ \subsubsection{Access Program Semantics}% ============ Rob
\subsubsection{State Variables}% ================== Matt
\begin{table}[h]
\caption{CMake Files -- state variables}\label{Table_CMakeStateVariables}
\begin{tabularx}{\textwidth}{p{0.1\textwidth}p{0.1\textwidth}p{0.7\textwidth}}
\begin{tabularx}{\textwidth}{p{0.25\textwidth}p{0.1\textwidth}p{0.55\textwidth}}
\toprule
\bf Variable & \bf Type & \bf Description\\\midrule
\texttt{useCuda} & Boolean & if set to true, the makefiles generated by CMake will include directives to compile and link the CUDA code and will execute ported procedures on the GPU. Default is false.\\
\texttt{GEANT4\_Enable\_CUDA} & Boolean & if set to true, the makefiles generated by CMake will include directives to compile and link the CUDA code and will execute ported procedures on the GPU. Default is false.\\
\bottomrule
\end{tabularx}
\end{table}
Expand Down

0 comments on commit ede3d85

Please sign in to comment.