Ignore:
Timestamp:
Nov 1, 2023, 10:29:30 AM (7 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10229 r10235  
    9191      numObs.clear();
    9292    }
    93     QString  mountPoint;
    94     QString  name;
    95     double   weightFactor;
    96     bool     isAPC;
     93    QString              mountPoint;
     94    QString              name;
     95    double               weightFactor;
     96    bool                 isAPC;
    9797    QMap<char, unsigned> numObs;
    9898  };
     
    135135        delete it.next();
    136136      }
    137     }
    138     QVector<cmbCorr*> corrs;
     137      corrs.clear();
     138    }
     139    QVector<cmbCorr*>      corrs;
    139140  };
    140141
     
    146147    }
    147148    bncTime                 _time;
    148     std::vector<t_clkCorr> _clkCorr;
     149    std::vector<t_clkCorr>  _clkCorr;
    149150  };
    150151
Note: See TracChangeset for help on using the changeset viewer.