Update Parameters.md

This commit is contained in:
nilsberglund-orleans
2021-07-27 19:04:20 +02:00
committed by GitHub
parent c313af96f1
commit 3a024d217b

View File

@@ -29,7 +29,7 @@ updated gradually.
>
> #define JULIA_SCALE 1.0 /* scaling for Julia sets */
/* Choice of the billiard table */
```/* Choice of the billiard table */
#define B_DOMAIN 3 /* choice of domain shape */
@@ -155,6 +155,6 @@ 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);```