Add files via upload

This commit is contained in:
nilsberglund-orleans
2021-10-03 14:24:56 +02:00
committed by GitHub
parent c08c8c55ca
commit 641a28cd3d
9 changed files with 702 additions and 4 deletions

View File

@@ -144,6 +144,8 @@
/* Color schemes */
#define COLOR_PALETTE 0 /* Color palette, see list in global_pdes.c */
#define BLACK 1 /* background */
#define COLOR_SCHEME 1 /* choice of color scheme, see list in global_pdes.c */
@@ -185,6 +187,8 @@
#define VMAX 10.0 /* max value of wave amplitude */
#include "hsluv.c"
#include "global_pdes.c"
#include "sub_wave.c"
#include "wave_common.c"