Changeset 5441
- Timestamp:
- 11/21/04 19:20:55 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/ReflectorII/writemagicdef/writemagicdef.c
r5440 r5441 74 74 75 75 // 76 // Shift z for chessboarding:76 // Shift z if chessboarding is desired: 77 77 // 78 if (!((x_index+y_index)%2 != 0 ||79 (x_index+y_index) == 12 ||80 (x_index+y_index) == -12 ||81 (x_index-y_index) == 12 ||82 (x_index-y_index) == -12 ) )83 z += 8.; // cm78 // if (!((x_index+y_index)%2 != 0 || 79 // (x_index+y_index) == 12 || 80 // (x_index+y_index) == -12 || 81 // (x_index-y_index) == 12 || 82 // (x_index-y_index) == -12 ) ) 83 // z += 8.; // cm 84 84 85 85 //
Note:
See TracChangeset
for help on using the changeset viewer.