Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
c4caeb35
Commit
c4caeb35
authored
Nov 01, 2012
by
Joseph Boudreau
Browse files
Bugfix
parent
a72fc0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
GenericFunctions/src/AdaptiveRKStepper.cc
View file @
c4caeb35
...
...
@@ -60,7 +60,7 @@ namespace Genfun {
// Select the largest:
double
delta
=
(
*
std
::
max_element
(
errors
.
begin
(),
errors
.
end
()));
if
(
delta
>
1
)
{
if
(
delta
>
T
)
{
//
// Bail out and try a smaller step.
//
...
...
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