Another big code clean-up patch from Bastien Montagne, thanks again!

This commit is contained in:
2013-03-11 06:56:51 +00:00
parent 4a92d82626
commit 2d801f2bec
74 changed files with 789 additions and 763 deletions

View File

@@ -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;
}