source:
trunk/MagicSoft/Simulation/Detector/Camera/camera-v.h@
1683
| Last change on this file since 1683 was 1558, checked in by , 23 years ago | |
|---|---|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | #ifndef VERSION |
| 2 | |
| 3 | #define PROGRAM camera |
| 4 | #define VERSION 0.6 |
| 5 | |
| 6 | #define GLUE_prep(x,y) #x" "#y |
| 7 | #define GLUE_postp(x,y) GLUE_prep(x,y) |
| 8 | |
| 9 | const char SIGNATURE[] = GLUE_postp( PROGRAM, VERSION ); |
| 10 | |
| 11 | #endif // ! VERSION |
| 12 |
Note:
See TracBrowser
for help on using the repository browser.
