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
23c8fa87
Commit
23c8fa87
authored
Nov 15, 2012
by
Joseph Boudreau
Browse files
Added some configurability
parent
97ff2caf
Changes
1
Hide whitespace changes
Inline
Side-by-side
GenericFunctions/GenericFunctions/RungeKuttaClassicalSolver.hh
View file @
23c8fa87
...
...
@@ -11,6 +11,7 @@
#define _RKClassicalSolver_h__
#include "CLHEP/GenericFunctions/PhaseSpace.hh"
#include "CLHEP/GenericFunctions/ClassicalSolver.hh"
#include "CLHEP/GenericFunctions/RKIntegrator.hh"
#include "CLHEP/GenericFunctions/Variable.hh"
#include "CLHEP/GenericFunctions/Parameter.hh"
#include <vector>
...
...
@@ -23,7 +24,7 @@ namespace Classical {
//
// Constructor--takes a hamiltonian and a point in p-space:
//
RungeKuttaSolver
(
Genfun
::
GENFUNCTION
H
,
const
PhaseSpace
&
phaseSpace
);
RungeKuttaSolver
(
Genfun
::
GENFUNCTION
H
,
const
PhaseSpace
&
phaseSpace
,
const
Genfun
::
RKIntegrator
::
RKStepper
*
stepper
=
NULL
);
//
// Destructor:
//
...
...
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