Changeset 8867 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Nov 29, 2019, 10:43:55 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8864 r8867  
    225225      "   PPP/lcBDS        {Select observations from BDS code or phase data [character string: no|Pi|Li|Pi&Li]}\n"
    226226      "   PPP/modelObs     {select observation model [character string: Ionosphere-free PPP|Uncombined PPP|DCM with Code Biases|DCM with Phase Biases]}\n"
    227       "   PPP/psedoObs     {select if pesudo obaservations shall be added [character string: no|Ionosphere|Troposphere | Ionosphere&Troposphere]}\n"
     227      "   PPP/psedoObs     {select if pesudo obaservations shall be added [character string: no|Ionosphere]}\n"
    228228      "   PPP/sigmaC1      {Sigma for code observations in meters [floating-point number]}\n"
    229229      "   PPP/sigmaL1      {Sigma for phase observations in meters [floating-point number]}\n"
     
    325325    }
    326326    if (QRegExp("--?nw").exactMatch(argv[ii])) {
    327       strcpy(argv[ii], "--nw -platform offscreen");
     327      //strcpy(argv[ii], "--nw -platform offscreen");
    328328      interactive = false;
    329329    }
Note: See TracChangeset for help on using the changeset viewer.