This website works better with JavaScript.
Home
Explore
Help
Sign In
s14h
/
prism-accumulation
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Browse Source
Bugfix: isMax() in RelOp.MAX. Code is never used currently it seems.
accumulation-v4.7
Dave Parker
6 years ago
parent
316371cc1b
commit
9bbfd96b54
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
prism/src/parser/ast/RelOp.java
2
prism/src/parser/ast/RelOp.java
View File
@ -88,7 +88,7 @@ public enum RelOp
@Override
public
boolean
isMax
(
)
{
return
fals
e
;
return
tru
e
;
}
@Override
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
s14h/prism-accumulation
Title
Body
Create Issue