Fix dumb mistake

This commit is contained in:
2023-10-22 17:44:08 +02:00
parent 944c52d22f
commit bd9600b6d1
3 changed files with 6 additions and 6 deletions

View File

@@ -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