Skip to content
Snippets Groups Projects
Commit 3aee60b4 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

fixed debug prints

parent 9e14657b
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
......@@ -74,7 +74,7 @@ Satellites computeSatellites(const Observations& obs,
assert(sat_pair.second && "satellite already computed");
/* DEBUG
/*//DEBUG
if (sat_pair.first->second.pos == Eigen::Vector3d::Zero())
std::cout << "\tsat: " << sat_pair.first->second.sat << " ephemeris not available" << std::endl;
else
......@@ -85,8 +85,7 @@ Satellites computeSatellites(const Observations& obs,
<< "\t\tvar: " << sat_pair.first->second.var << std::endl
<< "\t\tclock bias: " << sat_pair.first->second.clock_bias << std::endl
<< "\t\tclock drift: " << sat_pair.first->second.clock_drift << std::endl
<< "\t\tsvh: " << sat_pair.first->second.svh << std::endl
<< "\t\teph: " << (sat_pair.first->second.eph_mode == 2 ? "SBAS" : "BRDC") << std::endl;
<< "\t\tsvh: " << sat_pair.first->second.svh << std::endl;
}//*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment