Two minor changes to make the doc++ documentation look a bit better.

This commit is contained in:
kolev 2006-12-11 22:31:35 +00:00
parent 46dc703768
commit 4fee076d95

View File

@ -568,6 +568,7 @@ int HYPRE_BoomerAMGSetPrintFileName(HYPRE_Solver solver,
/**
* (Optional) Requests automatic printing of setup and solve information.
*
* \begin{tabular}{|c|l|} \hline
* 0 & no printout (default) \\
* 1 & print setup information \\
@ -575,6 +576,7 @@ int HYPRE_BoomerAMGSetPrintFileName(HYPRE_Solver solver,
* 3 & print both setup and solve information \\
* \hline
* \end{tabular}
*
* Note, that if one desires to print information and uses BoomerAMG as a
* preconditioner, suggested print$\_$level is 1 to avoid excessive output,
* and use print$\_$level of solver for solve phase information.