Overload constructor and format
This commit is contained in:
@@ -42,6 +42,12 @@ public:
|
||||
* */
|
||||
PenningTrap(double B_0 = T, double V_0 = 25. * V / 1000., double d = 500.);
|
||||
|
||||
PenningTrap(int i, double B_0 = T, double V_0 = 25. * V / 1000.,
|
||||
double d = 500.);
|
||||
|
||||
PenningTrap(std::vector<Particle> particles, double B_0 = T,
|
||||
double V_0 = 25. * V / 1000., double d = 500.);
|
||||
|
||||
/** @brief Add a particle to the system
|
||||
* */
|
||||
void add_particle(Particle particle);
|
||||
|
||||
Reference in New Issue
Block a user