Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Corrected error in description of Laplacian solver
Browse files Browse the repository at this point in the history
Default value of coefficient a is 0, not 1 as given in manual.

Closes issue bendudson#37
  • Loading branch information
bendudson committed Mar 12, 2015
1 parent e715b1c commit c2e0b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/tex_files/user_manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@ \subsection{Laplacian inversion}
\end{lstlisting}
By default, this will use the options in a section called ``laplace'', but can be given
a different section as an argument.
By default $d = a = 1$ and the $c$ term is switched off. To set the values of these
By default $d = 1$, $a = 0$, and the $c$ term is switched off. To set the values of these
coefficients, there are the \lstinline!setCoefA()!, \lstinline!setCoefC()!, and \lstinline!setCoefD()!
methods:
\begin{lstlisting}
Expand Down

0 comments on commit c2e0b00

Please sign in to comment.