MCPcopy Create free account
hub / github.com/comaps/comaps / Flush

Method Flush

libs/routing/base/astar_progress.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void AStarSubProgress::Flush(double progress)
64{
65 m_currentProgress += m_contributionCoef * progress;
66}
67
68double AStarSubProgress::GetMaxContribution() const
69{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected