Skip to content

Commit 1c2c698

Browse files
authored
Merge pull request #56 from VERITAS-Observatory/viewcone
Synchronize opt and no-opt CORSIKA config files (especially for viewcone)
2 parents 5928340 + 08d5d84 commit 1c2c698

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docker/corsika-config-optimized.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
/* #undef __CACHE_SIBYLL__ */
345345

346346
/* coconut configuration cache for option SLANT */
347-
/* #undef __CACHE_SLANT__ */
347+
#define __CACHE_SLANT__ /**/
348348

349349
/* coconut configuration cache for option STACKIN */
350350
/* #undef __CACHE_STACKIN__ */
@@ -575,7 +575,7 @@
575575
/* #undef __SIBYLL__ */
576576

577577
/* slant profile */
578-
/* #undef __SLANT__ */
578+
#define __SLANT__ 1
579579

580580
/* stack input */
581581
/* #undef __STACKIN__ */

docker/corsika-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
/* #undef __CACHE_VENUS__ */
369369

370370
/* coconut configuration cache for option VIEWCONE */
371-
/* #undef __CACHE_VIEWCONE__ */
371+
#define __CACHE_VIEWCONE__ /**/
372372

373373
/* coconut configuration cache for option VOLUMECORR */
374374
/* #undef __CACHE_VOLUMECORR__ */
@@ -602,7 +602,7 @@
602602
/* #undef __VENUS__ */
603603

604604
/* viewcone */
605-
/* #undef __VIEWCONE__ */
605+
#define __VIEWCONE__ 1
606606

607607
/* detector geometry (vertical string) */
608608
/* #undef __VOLUMECORR__ */

docs/changes/56.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Synchronize opt and no-opt CORSIKA config files (especially for viewcone).

0 commit comments

Comments
 (0)