Develop #14
1 changed files with 1 additions and 1 deletions
Fix signature
commit
0fc1ec1e33
|
|
@ -238,7 +238,7 @@ sim_arr PenningTrap::simulate(double time, unsigned int steps,
|
||||||
}
|
}
|
||||||
|
|
||||||
void PenningTrap::write_simulation_to_dir(std::string path, double time,
|
void PenningTrap::write_simulation_to_dir(std::string path, double time,
|
||||||
int steps, std::string method,
|
unsigned int steps, std::string method,
|
||||||
bool particle_interaction)
|
bool particle_interaction)
|
||||||
{
|
{
|
||||||
if (path.back() != '/') {
|
if (path.back() != '/') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue