Changeset 1614 for trunk/MagicSoft/Simulation/Detector/ReflectorII/atm.c
- Timestamp:
- 11/14/02 21:39:04 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/atm.c
r1431 r1614 9 9 #define RandomNumber ranf() 10 10 11 /* Local declarations*/12 static int atmModel=0; /* current atm. model*/11 /* AM Nov 2002: atmModel is now an external variable: */ 12 int atmModel=0; /* current atm. model */ 13 13 14 14 /* Function declarations */
Note:
See TracChangeset
for help on using the changeset viewer.