Add files via upload

This commit is contained in:
nilsberglund-orleans
2021-07-29 17:11:57 +02:00
committed by GitHub
parent 386827f131
commit 2c2156583c
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ I changed the way the energy density is computed around 7 July. If you use a rec
it may be necessary to modify two constants as follows:
```
#define SLOPE 1.0 /* sensitivity of color on wave amplitude */
#define E_SCALE 750.0 /* scaling factor for energy representation
#define E_SCALE 750.0 /* scaling factor for energy representation */
```

View File

@@ -12,7 +12,7 @@ I changed the way the energy density is computed around 7 July. If you use a rec
it may be necessary to modify two constants as follows:
```
#define SLOPE 1.0 /* sensitivity of color on wave amplitude */
#define E_SCALE 750.0 /* scaling factor for energy representation
#define E_SCALE 750.0 /* scaling factor for energy representation */
```