Changes between Version 29 and Version 30 of InstallingCorsika
- Timestamp:
- 10/20/18 14:40:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingCorsika
v29 v30 125 125 == The 700nm problem == 126 126 127 This is were Corsika checks the limits 128 {{{#!fortran 129 #if __IACT__ && !__CEFFIC__ 130 IF ( WAVLGL .LT. 100.D0 .OR. WAVLGU .GT. 2000.D0 131 * .OR. WAVLGL .GE. WAVLGU ) THEN 132 #else 133 IF ( WAVLGL .LT. 100.D0 .OR. WAVLGU .GT. 700.D0 134 * .OR. WAVLGL .GE. WAVLGU ) THEN 135 #endif 136 }}} 137 127 138 This is were the data is read from the files 128 139 {{{#!fortran