Menu

#7 StateSpacedot, unnessesary compare

open
nobody
None
5
2006-12-21
2006-12-21
No

Index: gov/nasa/jpf/tools/StateSpaceDot.java

--- gov/nasa/jpf/tools/StateSpaceDot.java (revision 210)
+++ gov/nasa/jpf/tools/StateSpaceDot.java (working copy)
@@ -513,7 +513,7 @@

System.out.println("...graph output to " + listener.out_filename + "...");

- if (helpRequested==true) {
+ if (helpRequested) {
return;
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.