Skip to content
Snippets Groups Projects
Commit c61a1e2e authored by Martin Marinov's avatar Martin Marinov
Browse files

Progress:Node::tick_number_max() now returns 1.

parent 0da9236e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ Node::~Node()
TickNumber Node::tick_number_max() const
{
return tick_nmbr_;
return 1;
}
} //namespace Progress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment