Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
44e5ca91
Commit
44e5ca91
authored
Feb 18, 2018
by
Jens Korinth
Browse files
Fix bug in optimization 42 loop
parent
ea32698b
Pipeline
#291
passed with stage
in 2 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
common/evaluate_ip.tcl.template
View file @
44e5ca91
...
...
@@ -180,7 +180,9 @@ for {} {$period <= $target_period} {set period [expr $period + 0.125]} {
flush $runtimes_file
flush $results_file
}
if {$opt < 0} { set opt 3 }
}
close $runtimes_file
close $results_file
...
...
Jens Korinth
@jk
mentioned in commit
786777b1
·
Feb 23, 2018
mentioned in commit
786777b1
mentioned in commit 786777b12cd7d84cb7b8fba48a52dd5d8f322840
Toggle commit list
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