Skip to content

Commit

Permalink
Update reference to C example from Fortran example
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Apr 2, 2024
1 parent edf60ca commit db955a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/example-fortran.rst
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ then run it with:
$ python pymt_heatc_ex.py
Note that here we are actually running the Python script that
was developed for the :doc:`C example <example>`, not Fortran.
was developed for the :doc:`C example <example-c>`, not Fortran.
That is one of the powerful things about wrapping your
BMI-enabled model and accessing it via PyMT - it provides a
standardised interface, regardless of the underlying model
Expand All @@ -410,7 +410,7 @@ Using the *babelizer*, we wrapped the *heat* model, which is written in Fortran.
It can now be called as a *pymt* component in Python.

The steps for wrapping a model with the *babelizer* outlined in this example
can also be applied to models written in C (:doc:`see the example <example>`)
can also be applied to models written in C (:doc:`see the example <example-c>`)
and C++.


Expand Down

0 comments on commit db955a9

Please sign in to comment.