source: trunk/MagicSoft/Simulation/Detector/ReflectorII/version.h@ 870

Last change on this file since 870 was 725, checked in by harald, 23 years ago
Ciro and Denis changed the reflector to read in the changed MMCS output (single file version). They made a big change of all the code. That is the reason why I put here a new reflector directory in the repository. This is the future development point for reflector. Until the next drastic change. WARNING: Reflector here is only proved on OSF!!!
File size: 156 bytes
Line 
1#ifndef __RFL_VERSION__
2#define __RFL_VERSION__
3
4#define QUOTE_TP(x) #x
5#define QUOTE(x) QUOTE_TP(x)
6
7#define PROGRAM reflector
8#define VERSION 0.4
9
10#endif
Note: See TracBrowser for help on using the repository browser.