Another big code clean-up patch from Bastien Montagne, thanks again!
This commit is contained in:
@@ -155,7 +155,7 @@ int IncrementChainingTimeStampF1D::operator()(Interface1D& inter)
|
||||
{
|
||||
ViewEdge *ve = dynamic_cast<ViewEdge*>(&inter);
|
||||
if (ve)
|
||||
ve->setChainingTimeStamp(ve->getChainingTimeStamp()+1);
|
||||
ve->setChainingTimeStamp(ve->getChainingTimeStamp() + 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user