From fe7691b99710642c627140816a5e715150a0a39b Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:50:23 +0200 Subject: [PATCH] Update Parameters.md --- Parameters.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Parameters.md b/Parameters.md index 9ff444d..a66ef85 100644 --- a/Parameters.md +++ b/Parameters.md @@ -633,6 +633,8 @@ updated gradually. **Initial condition in function `animation()`:** `init_planar_wave(XMIN + 0.05, 0.0, phi, psi, xy_in);` +Up to this date, constants were not yet moved to files `global_pdes.c` or `global_particles.c` + ``` #define MOVIE 1 /* set to 1 to generate movie */