From dad7603353e7848b55dd2d17ecd2b2bd6d1a6738 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 10 Jun 2024 10:40:29 -0400 Subject: [PATCH] fix formatting --- toy_atm/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toy_atm/README.md b/toy_atm/README.md index 2125d9a..27c1563 100644 --- a/toy_atm/README.md +++ b/toy_atm/README.md @@ -38,7 +38,9 @@ and mass fraction). The model is placed into HSE by the following differencing: +``` (1/dr) [

_i -

_{i-1} ] = (1/2) [ _i + _{i-1} ] g +``` This will be iterated over in tandem with the EOS call,