Skip to content

Commit

Permalink
(docs) bug fix in list of pre-cooked SETUPs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed May 26, 2023
1 parent 9a8500f commit 376bfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ ifeq ($(SETUP), planetdisc)
endif

ifeq ($(SETUP), exoALMA)
# exoALMA comparison project: planet disc interaction with fixed planet orbit
# exoALMA comparison of planet-disc interaction
SETUPFILE=setup_disc.f90
ISOTHERMAL=yes
IND_TIMESTEPS=yes
Expand Down
2 changes: 1 addition & 1 deletion docs/setups-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| evrard | Evrard collapse test problem | self-gravity | `setup_star.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_star.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| exoALMA | exoALMA comparison project: planet disc interaction with fixed planet orbit | isothermal | `setup_disc.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_disc.f90>`__ |
| exoALMA | exoALMA comparison of planet-disc interaction | isothermal | `setup_disc.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_disc.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
| firehose | injection of a stream of gas as a firehose | | `setup_firehose.f90 <https://github.com/danieljprice/phantom/blob/master//src/setup/setup_firehose.f90>`__ |
+------------------+---------------------------------------------------------------+----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 376bfb8

Please sign in to comment.