From 35b79cbda1e00fe994ac3372e485602101ed699b Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:07:11 +0200 Subject: [PATCH] Update Parameters.md --- Parameters.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Parameters.md b/Parameters.md index 99ab1e1..1c8ef29 100644 --- a/Parameters.md +++ b/Parameters.md @@ -8,7 +8,7 @@ Below are parameter values used for different simulations, as well as initial co function animation. Some simulations use variants of the published code. The list is going to be updated gradually. -### 18 July - Refraction (and diffraction) through a raindrop ### +### 18 July 21 - Refraction (and diffraction) through a raindrop ### **Program: wave_billiard.c** @@ -155,6 +155,9 @@ updated gradually. #define PID 1.570796327 -init_planar_wave(XMIN + 0.05, 0.0, phi, psi, xy_in);``` +init_planar_wave(XMIN + 0.05, 0.0, phi, psi, xy_in); +``` + +### 17 July 21 ###