Ignore:
Timestamp:
03/11/03 13:52:48 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/base/MStarList.cc

    r1691 r1810  
    11#include "MStarList.h"
     2
     3#include <iostream.h>
    24
    35void MStarList::RemoveTwins(Double_t radius)
     
    1820            return;
    1921
     22        fStars.RemoveAt(idx);
     23
    2024        MStarListIter Next(this, *first, radius);
    21         Delete(idx);
    2225
    2326        MStar *pos;
     
    2932            mx += pos->GetX();
    3033            my += pos->GetY();
    31             Delete(pos);
     34            fStars.Remove(pos);
    3235            cnt++;
    3336        }
Note: See TracChangeset for help on using the changeset viewer.