Changeset 301 for trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx
- Timestamp:
- 11/01/99 11:05:54 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx
r292 r301 19 19 //= 20 20 //= $RCSfile: atm.cxx,v $ 21 //= $Revision: 1. 1.1.1$21 //= $Revision: 1.2 $ 22 22 //= $Author: harald $ 23 //= $Date: 1999-1 0-29 07:00:32$23 //= $Date: 1999-11-01 11:05:53 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 158 158 for (i=0; i<=ATM_CORSIKA; i++) { 159 159 strcpy(s2, ATM_MODELS_NAMES[i]); 160 if (strcmp(s, s2) == NULL)160 if (strcmp(s, s2) == 0 ) 161 161 break; 162 162 } … … 216 216 // 217 217 // $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 // 218 222 // Revision 1.3 1999/03/24 16:32:59 gonzalez 219 223 // REFLECTOR 1.1: Release
Note:
See TracChangeset
for help on using the changeset viewer.