Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
50a9b62a
Commit
50a9b62a
authored
Mar 14, 2016
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Session: fix a typo
parent
0b6958bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/session/session.ml
src/session/session.ml
+2
-2
No files found.
src/session/session.ml
View file @
50a9b62a
...
...
@@ -503,8 +503,8 @@ let get_used_provers_with_stats session =
let
sf
=
try
Hashtbl
.
find
steplimits
lim_steps
with
Not_found
->
0
in
let
mf
=
try
Hashtbl
.
find
memlimits
lim_mem
with
Not_found
->
0
in
Hashtbl
.
replace
timelimits
lim_time
(
tf
+
1
);
Hashtbl
.
replace
steplimits
lim_
mem
(
sf
+
1
);
Hashtbl
.
replace
memlimits
lim_
steps
(
mf
+
1
))
Hashtbl
.
replace
steplimits
lim_
steps
(
sf
+
1
);
Hashtbl
.
replace
memlimits
lim_
mem
(
mf
+
1
))
session
;
prover_table
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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