Ignore:
Timestamp:
May 10, 2023, 6:01:18 PM (11 months ago)
Author:
stuerze
Message:

revert some changes temporary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.h

    r10038 r10039  
    2222 Q_OBJECT
    2323 public:
     24  bncComb();
    2425  virtual ~bncComb();
    2526  static bncComb* instance();
     
    4344
    4445 private:
    45   static bncComb* _instPtr;   // The one, single instance
    46   bncComb();                  // private constructor
     46  //bncComb();                  // private constructor
    4747  bncComb(const bncComb&);
    4848  bncComb& operator=(const bncComb&);
     
    141141    std::vector<t_clkCorr*> _clkCorr;
    142142  };
     143
     144
    143145
    144146  class cmbRefSig {
Note: See TracChangeset for help on using the changeset viewer.