Changeset 2212 in ntrip


Ignore:
Timestamp:
Jan 7, 2010, 3:55:46 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2181 r2212  
    537537           << sqrt(_QQ(par->index,par->index));
    538538    }
     539    else if (par->type == bncParam::TROPO) {
     540      str1 << "\n    trp = " << par->prn.toAscii().data()
     541           << setw(7) << setprecision(3) << delay_saast(M_PI/2.0) << " "
     542           << setw(6) << setprecision(3) << showpos << par->xx
     543           << " +- " << setw(6) << setprecision(3)
     544           << sqrt(_QQ(par->index,par->index));
     545    }
    539546  }
    540547  _log += str1.str().c_str();
Note: See TracChangeset for help on using the changeset viewer.