Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulinma committed Jan 19, 2016
1 parent 9a4f2ba commit 25c8644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions petricalc.cpp
Expand Up @@ -43,7 +43,9 @@ void PetriArc::combine(PetriArc param){
if (param.rangeHigh < rangeHigh){rangeHigh = param.rangeHigh;}
//Set e to the sum of e1 and e2
effect += param.effect;
#if DEBUG >= 9
fprintf(stderr, "((%llu, %llu), %lld)\n", rangeLow, rangeHigh, effect);
#endif
}

/// Constructor that parses a std::string containing Snoopy XML into a PetriNet.
Expand Down

0 comments on commit 25c8644

Please sign in to comment.