Fix dumb mistake
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
PenningTrap(
|
||||
double B_0 = T,
|
||||
std::function<double(double)> V_0
|
||||
= [](double t) { return 25. * V / 1000.; },
|
||||
= [](double t) { return (25. * V) / 1000.; },
|
||||
double d = 500., double t = 0.);
|
||||
|
||||
/** @brief Constructor for the PenningTrap class
|
||||
|
||||
Reference in New Issue
Block a user