Changes between Version 29 and Version 30 of InstallingCorsika


Ignore:
Timestamp:
10/20/18 14:40:50 (6 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingCorsika

    v29 v30  
    125125== The 700nm problem ==
    126126
     127This 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
    127138This is were the data is read from the files
    128139{{{#!fortran