Changeset 10337 in ntrip


Ignore:
Timestamp:
Feb 16, 2024, 9:24:18 AM (2 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncbiassinex.cpp

    r9705 r10337  
    108108  }
    109109
    110     int nominalStartSec = daysec - (int(fmod(double(daysec), double(intr))));
     110  int nominalStartSec = daysec - (int(fmod(double(daysec), double(intr))));
    111111  int nominalEndSec = nominalStartSec  + intr - _sampl;
    112112  QString endTime = QString("%1:%2:%3").arg(yy)
     
    131131  _out << "+BIAS/DESCRIPTION" << endl;
    132132  _out << "*KEYWORD________________________________ VALUE(S)_______________________________"  << endl;
    133   _out << " PARAMETER_SAMPLING                     " << " " << fixed   << setw(12) << _sampl << endl;
     133  _out << " PARAMETER_SAMPLING                     " << " " << left << setw(12) << _sampl << endl;
    134134  _out << " DETERMINATION_METHOD                   " << " AC SPECIFIC" << endl;
    135135  _out << " BIAS_MODE                              " << " ABSOLUTE" << endl;
Note: See TracChangeset for help on using the changeset viewer.