Changeset 729 for trunk/MagicSoft/Mars
- Timestamp:
- 04/09/01 12:02:32 (24 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r717 r729 1 1 -*-*- END -*-*- 2 2 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 3 18 2000/04/03: Thomas Bretz 4 19 -
trunk/MagicSoft/Mars/mgui/MGeomPix.cc
r715 r729 20 20 fNeighbors[5] = i5; 21 21 22 for (int i=0; i<6; i++) 22 int i; 23 for (i=0; i<6; i++) 23 24 if (fNeighbors[i]<0) 24 25 break;
Note:
See TracChangeset
for help on using the changeset viewer.