Commit a37cf27b authored by Alexander Lapshin's avatar Alexander Lapshin

.

parent 2666206d
......@@ -7,6 +7,7 @@
#include "TM.h"
#include "TextFunctions.h"
#include "TimeFunctions.h"
#include <limits>
void GetChildren(myXML::Contain* parent, std::map<std::string, myXML::Contain*>& items);
void GetChildren(const std::map<std::string, myXML::Contain*>& parent, std::map<std::string, myXML::Contain*>& items);
......
......@@ -29,7 +29,7 @@ void OrbBlocksStore::init(
const TimeJD nbeg = beg ? *beg : sordet_orbits.front().GetDate();
const TimeJD nend = end ? *end : sordet_orbits.back().GetDate();
init_min_dist(sordet_orbits, nbeg, nend, min_dist_forced);
if (interpolate) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment