Ignore:
Timestamp:
May 10, 2023, 11:19:40 AM (12 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9677 r10038  
    5959  ~bncBiasSnx();
    6060  t_irc readFile(const QString& fileName);
    61   void determineSsrSatCodeBiases(QString prn, double aIF1, double aIF2, t_satCodeBias& satCodeBias);
    62   void setSsrSatCodeBias(std::string rnxType2ch, double value, t_satCodeBias& satCodeBias);
     61  void determineSsrSatCodeBiases(QString prn, double aIF1, double aIF2, t_satCodeBias* satCodeBias);
     62  void setSsrSatCodeBias(std::string rnxType2ch, double value, t_satCodeBias* satCodeBias);
    6363
    6464 private:
Note: See TracChangeset for help on using the changeset viewer.