Skip to content

Commit

Permalink
More doc typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykempf committed Nov 7, 2024
1 parent 6f95dfc commit 69a1bef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fieldsolver/ldz_hall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ REAL JXBZ_110_111(
* \param EHallGrid fsGrid holding the Hall contributions to the electric field
* \param momentsGrid fsGrid holding the moment quantities
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derviatives of moments
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param perturbedCoefficients Reconstruction coefficients
Expand Down Expand Up @@ -521,7 +521,7 @@ void calculateEdgeHallTermXComponents(
* \param EHallGrid fsGrid holding the Hall contributions to the electric field
* \param momentsGrid fsGrid holding the moment quantities
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derviatives of moments
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param perturbedCoefficients Reconstruction coefficients
Expand Down Expand Up @@ -619,7 +619,7 @@ void calculateEdgeHallTermYComponents(
* \param EHallGrid fsGrid holding the Hall contributions to the electric field
* \param momentsGrid fsGrid holding the moment quantities
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derviatives of moments
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param perturbedCoefficients Reconstruction coefficients
Expand Down Expand Up @@ -715,7 +715,7 @@ void calculateEdgeHallTermZComponents(
* \param EHallGrid fsGrid holding the Hall contributions to the electric field
* \param momentsGrid fsGrid holding the moment quantities
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derviatives of moments
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param sysBoundaries System boundary condition functions.
Expand Down Expand Up @@ -784,8 +784,8 @@ void calculateHallTerm(
* \param momentsGrid fsGrid holding the moment quantities
* \param momentsDt2Grid fsGrid holding the moment quantities at runge-kutta half step
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derviatives of moments
* \param dMomentsGrid fsGrid holding the derviatives of moments at runge-kutta half step
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param dMomentsDt2Grid fsGrid holding the derivatives of moments at runge-kutta half step
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param sysBoundaries System boundary condition functions.
Expand Down

0 comments on commit 69a1bef

Please sign in to comment.