Ignore:
Timestamp:
11/21/04 19:20:55 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/writemagicdef/writemagicdef.c

    r5440 r5441  
    7474
    7575        //
    76         // Shift z for chessboarding:
     76        // Shift z if chessboarding is desired:
    7777        //
    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.; // cm
     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.; // cm
    8484
    8585        //
Note: See TracChangeset for help on using the changeset viewer.