Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
981ae84b
Commit
981ae84b
authored
Dec 17, 2017
by
Alexander Weigl
Browse files
fix bug
parent
d23745c6
Pipeline
#16067
passed with stages
in 9 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rt-key/src/main/java/edu/kit/iti/formal/psdbg/interpreter/data/KeyData.java
View file @
981ae84b
...
...
@@ -51,8 +51,8 @@ public class KeyData {
node
=
goal
.
node
();
env
=
environment
;
this
.
proof
=
proof
;
closedNode
=
proof
.
closed
();
//weigl: does not work ->
closedNode = proof.closed();
node
=
g
.
node
();
}
public
KeyData
(
Node
root
,
KeYEnvironment
environment
,
Proof
proof
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment