1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-11-23 02:38:52 -05:00

Cleaned up application class some

This commit is contained in:
Gordon McCann 2022-01-23 22:32:39 -05:00
parent ab374ef4e8
commit 6219b3006e

View File

@ -64,8 +64,6 @@ namespace Navigator {
void Application::Run() void Application::Run()
{ {
//PhysicsStartEvent junk("/media/gordon/GordonData/gwm17/NavTests/data/", DataSource::SourceType::CompassOffline, 2000000);
//OnEvent(junk);
while(m_runFlag) while(m_runFlag)
{ {
HistogramMap::GetInstance().UpdateHistograms(); HistogramMap::GetInstance().UpdateHistograms();