Changeset 301


Ignore:
Timestamp:
11/01/99 11:05:54 (25 years ago)
Author:
harald
Message:
Small changes to comile the reflector program under linux.
(Different use of NULL on DECalphas-osf1 and on linux)
Location:
trunk/MagicSoft/Simulation/Detector/Reflector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx

    r292 r301  
    1919//=
    2020//= $RCSfile: atm.cxx,v $
    21 //= $Revision: 1.1.1.1 $
     21//= $Revision: 1.2 $
    2222//= $Author: harald $
    23 //= $Date: 1999-10-29 07:00:32 $
     23//= $Date: 1999-11-01 11:05:53 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    158158  for (i=0; i<=ATM_CORSIKA; i++) {
    159159    strcpy(s2, ATM_MODELS_NAMES[i]);
    160     if (strcmp(s, s2) == NULL)
     160    if (strcmp(s, s2) == 0 )
    161161      break;
    162162  }
     
    216216//
    217217// $Log: not supported by cvs2svn $
     218// Revision 1.1.1.1  1999/10/29  07:00:32  harald
     219// This is the startpoint for the futher development of the Reflector program
     220// of Jose Carlos. For all developments use this CVS-controlled directory.
     221//
    218222// Revision 1.3  1999/03/24  16:32:59  gonzalez
    219223// REFLECTOR 1.1: Release
  • trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx

    r292 r301  
    2020//
    2121// $RCSfile: reflector.cxx,v $
    22 // $Revision: 1.1.1.1 $
     22// $Revision: 1.2 $
    2323// $Author: harald $
    24 // $Date: 1999-10-29 07:00:33 $
     24// $Date: 1999-11-01 11:05:54 $
    2525//
    2626////////////////////////////////////////////////////////////////////////
     
    12321232        log(SIGNATURE, " * * * READING DATA FROM STDIN * * *\n");
    12331233
    1234       get_stdin_files(NULL, lE, uE, TRUE);
     1234      get_stdin_files( 0, lE, uE, TRUE);
    12351235
    12361236    }
     
    35313531//
    35323532// $Log: not supported by cvs2svn $
     3533// Revision 1.1.1.1  1999/10/29  07:00:33  harald
     3534// This is the startpoint for the futher development of the Reflector program
     3535// of Jose Carlos. For all developments use this CVS-controlled directory.
     3536//
    35333537// Revision 1.18  1999/10/05  11:11:12  gonzalez
    35343538// Sep.1999
Note: See TracChangeset for help on using the changeset viewer.