Changeset 729 for trunk


Ignore:
Timestamp:
04/09/01 12:02:32 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r717 r729  
    11                                                                  -*-*- END -*-*-
    22
     3 2000/04/09: Thomas Bretz
     4
     5 * mgui/MGeomPix.cc:
     6   - fixed a small error in SetNeighbors (thanks to Oscar)
     7
     8
     9 2000/04/04: Thomas Bretz
     10
     11 * mraw/MRawEvtData.[cc,h]:
     12   - changed wrong return type of GetNumPixels to UShort_t
     13
     14 * mmain/MBrowser.[cc,h]:
     15   - made the dialog somehow work like it should
     16 
     17 
    318 2000/04/03: Thomas Bretz
    419
  • trunk/MagicSoft/Mars/mgui/MGeomPix.cc

    r715 r729  
    2020    fNeighbors[5] = i5;
    2121
    22     for (int i=0; i<6; i++)
     22    int i;
     23    for (i=0; i<6; i++)
    2324        if (fNeighbors[i]<0)
    2425            break;
Note: See TracChangeset for help on using the changeset viewer.