Skip to content

Commit

Permalink
Correct minor typos in doc (#1245)
Browse files Browse the repository at this point in the history
Description
Minor corrections in the MG documentation.
  • Loading branch information
lpsaavedra authored Aug 16, 2024
1 parent 67fd7c7 commit 8aa6dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/solvers/fluid_dynamics_matrix_free.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ class MFNavierStokesPreconditionGMG

private:
/**
* @brief Set the up AMG object needed for coarse-grid solver or
* @brief Set up AMG object needed for coarse-grid solver or
* preconditioning.
*
*/
void
setup_AMG();

/**
* @brief Set the up ILU object needed for coarse-grid solver or
* @brief Set up ILU object needed for coarse-grid solver or
* preconditioning.
*
*/
Expand Down

0 comments on commit 8aa6dc9

Please sign in to comment.