Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 13, 2024
1 parent e919b19 commit 0e7747a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Core/include/Acts/Propagator/AtlasStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class AtlasStepper {
///
/// @param [in] optionsIn The stepper options
/// @param [in] fieldCacheIn The magnetic field cache for this call
/// @param [in] pars Input parameters
State(const Options& optionsIn, MagneticFieldProvider::Cache fieldCacheIn)
: options(optionsIn), fieldCache(std::move(fieldCacheIn)) {}

Expand Down
1 change: 0 additions & 1 deletion Core/include/Acts/Propagator/EigenStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class EigenStepper {
///
/// @param [in] optionsIn is the options object for the stepper
/// @param [in] fieldCacheIn is the cache object for the magnetic field
/// @param [in] par The track parameters at start
///
/// @note the covariance matrix is copied when needed
State(const Options& optionsIn, MagneticFieldProvider::Cache fieldCacheIn)
Expand Down
1 change: 0 additions & 1 deletion Core/include/Acts/Propagator/StraightLineStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class StraightLineStepper {
/// Constructor from the initial bound track parameters
///
/// @param [in] optionsIn The stepper options
/// @param [in] par The track parameters at start
///
/// @note the covariance matrix is copied when needed
State(const Options& optionsIn) : options(optionsIn) {}
Expand Down
1 change: 0 additions & 1 deletion Core/include/Acts/Propagator/SympyStepper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class SympyStepper {
///
/// @param [in] optionsIn is the configuration of the stepper
/// @param [in] fieldCacheIn is the cache object for the magnetic field
/// @param [in] par The track parameters at start
///
/// @note the covariance matrix is copied when needed
State(const Options& optionsIn, MagneticFieldProvider::Cache fieldCacheIn)
Expand Down

0 comments on commit 0e7747a

Please sign in to comment.