Ignore:
Timestamp:
10/26/99 20:17:37 (25 years ago)
Author:
harald
Message:
Some minor changes in the files main.f and start.f due to some problems
during the compilation on a linux computer (pchegra4.mppmu.mpg.de).
After this changes it is possible to compile the program under linux, but
there are still a lot of warnings!
A small discussion with Jose Carlos and Aitor leads to the conclusion that
the executable is good for mass production!!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Corsika/Mmcs/main.f

    r286 r287  
    1111C  PERFORMS PRINTING OF TABLES AT END OF SHOWER AND AT END OF RUN
    1212C-----------------------------------------------------------------------
     13
     14      IMPLICIT DOUBLE PRECISION (A-H,O-Z)
    1315 
    1416c>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
     
    2224c>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    2325
    24       IMPLICIT DOUBLE PRECISION (A-H,O-Z)
    2526*KEEP,BAL.
    2627      COMMON /BAL/     EBAL
     
    13071308 209  FORMAT(//' ENERGY - MULTIPLICITY MATRIX FOR ALL SHOWERS'/
    13081309     *       ' ENERGY RUNS VERTICALLY, MULTIPLICITY HORIZONTALLY'//,
    1309      *       ' ',6X,5I9,3I8,5I7'   ENERGY RANGE (GEV)'/
     1310     *       ' ',6X,5I9,3I8,5I7,'   ENERGY RANGE (GEV)'/
    13101311     *       37(/' ',I4,1X,I10,4I9,3I8,5I7,1X,1P,2E10.1,0P)//
    13111312     *       ' MULT. ',5I9,3I8,5I7,4X,'LOWER BIN LIMIT'/
Note: See TracChangeset for help on using the changeset viewer.