
#include "satObs.h"
using namespace std;

// 
////////////////////////////////////////////////////////////////////////////
t_clkCorr::t_clkCorr() {
}

// 
////////////////////////////////////////////////////////////////////////////
t_clkCorr::t_clkCorr(const string& str) {
}

// 
////////////////////////////////////////////////////////////////////////////
string t_clkCorr::toString() const {
  return "CLK";
}

// 
////////////////////////////////////////////////////////////////////////////
t_orbCorr::t_orbCorr() {
}

// 
////////////////////////////////////////////////////////////////////////////
t_orbCorr::t_orbCorr(const string& str) {
}

// 
////////////////////////////////////////////////////////////////////////////
string t_orbCorr::toString() const {
  return "ORB";
}

