From 55e512b319e833fda701d01bf710fb3532b6c6c6 Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Thu, 29 Jul 2021 19:03:35 +0200 Subject: [PATCH] Add files via upload --- Parameters.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Parameters.md b/Parameters.md index 6de7b75..2afa967 100644 --- a/Parameters.md +++ b/Parameters.md @@ -22,7 +22,6 @@ it may be necessary to modify two constants as follows: **Initial condition in function `animation()`:** `init_drop_config(x_shooter, y_shooter, 0.0, DPI, configs);` The effect of showing trails is achieved by switching off double-buffering like this: -``` ``` int main(int argc, char** argv) @@ -41,6 +40,8 @@ int main(int argc, char** argv) return 0; } +``` + ``` #define MOVIE 1 /* set to 1 to generate movie */