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

@@ -116,6 +116,8 @@
/* Color schemes, see list in global_pdes.c */
#define COLOR_PALETTE 0 /* Color palette, see list in global_pdes.c */
#define BLACK 1 /* black background */
#define COLOR_SCHEME 1 /* choice of color scheme */
@@ -131,6 +133,8 @@
#define HUEMEAN 150.0 /* mean value of hue for color scheme C_HUE */
#define HUEAMP -150.0 /* amplitude of variation of hue for color scheme C_HUE */
#include "hsluv.c"
#include "global_pdes.c"
#include "sub_wave.c"