Skip to content

Commit

Permalink
Merge pull request #295 from VirtualPlanetaryLaboratory/DocsUpdate
Browse files Browse the repository at this point in the history
Fixed typo in primaryvariables.rst
  • Loading branch information
RoryBarnes committed Jun 21, 2024
2 parents 7a87a63 + 20cac2d commit e56da22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/primaryvariable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ We then need to add some lines to ```module.c```. In InitializeModule, add
.. code-block:: bash
module->fnFinalizeUpdatePhysics =
module->fnFinalizeUpdatePhysics =
malloc(iNumBodies * sizeof(fnFinalizeUpdateCarbManModule));
and in FinalizeModule, add
Expand All @@ -214,7 +214,7 @@ and
.. code-block:: bash
module->fnFinalizeUpdatePhysics[iBody][iModule] = &FinalizeUpdateNULL;
module->fnFinalizeUpdatePhysics[iBody][iModule] = &FinalizeUpdateNULL;
Please add them next to the other similar statements
Expand Down

0 comments on commit e56da22

Please sign in to comment.