Fix v X B
This commit is contained in:
@@ -75,6 +75,10 @@ public:
|
||||
/** @brief Go forward one timestep using the forward Euler method
|
||||
* */
|
||||
void evolve_forward_euler(double dt);
|
||||
|
||||
arma::vec get_particle(int i);
|
||||
|
||||
double get_d();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user