Skip to content

Commit

Permalink
Merge pull request fmihpc#1056 from ykempf/dev
Browse files Browse the repository at this point in the history
Fixed typo in documentation.
  • Loading branch information
ursg authored Nov 7, 2024
2 parents bf268ec + 69a1bef commit e20ea65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fieldsolver/ldz_electric_field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ void calculateElectricField(
* \param momentsDt2Grid fsGrid holding the moment quantities at runge-kutta t=0.5
* \param dPerBGrid fsGrid holding the derivatives of perturbed B
* \param dMomentsGrid fsGrid holding the derivatives of moments
* \param dMomentsGrid fsGrid holding the derivatives of moments at runge-kutta t=0.5
* \param dMomentsDt2Grid fsGrid holding the derivatives of moments at runge-kutta t=0.5
* \param BgBGrid fsGrid holding the background B quantities
* \param technicalGrid fsGrid holding technical information (such as boundary types)
* \param sysBoundaries System boundary conditions existing
Expand Down
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 e20ea65

Please sign in to comment.