Skip to content

Commit

Permalink
Fixed typo in primaryvariables.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Jun 21, 2024
1 parent c0b2efb commit 20cac2d
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 20cac2d

Please sign in to comment.