Changeset 1810 for trunk/MagicSoft/Cosy/base/MStarList.cc
- Timestamp:
- 03/11/03 13:52:48 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/base/MStarList.cc
r1691 r1810 1 1 #include "MStarList.h" 2 3 #include <iostream.h> 2 4 3 5 void MStarList::RemoveTwins(Double_t radius) … … 18 20 return; 19 21 22 fStars.RemoveAt(idx); 23 20 24 MStarListIter Next(this, *first, radius); 21 Delete(idx);22 25 23 26 MStar *pos; … … 29 32 mx += pos->GetX(); 30 33 my += pos->GetY(); 31 Delete(pos);34 fStars.Remove(pos); 32 35 cnt++; 33 36 }
Note:
See TracChangeset
for help on using the changeset viewer.