added linux fixes

This commit is contained in:
toni
2020-01-28 11:33:17 +01:00
parent 464e3c3614
commit 46aaef2b69
12 changed files with 28 additions and 23 deletions

View File

@@ -192,7 +192,7 @@ static CombinedStats<float> run(Settings::DataSetup setup, int walkIdx, std::str
plot.plot();
Sleep(100);
std::this_thread::sleep_for(std::chrono::milliseconds(100));
}
obs.clear();
@@ -281,4 +281,4 @@ int mainTrilat(int argc, char** argv)
}
return 0;
}
}