Fix signature

This commit is contained in:
Cory Balaton 2023-10-16 13:01:21 +02:00
parent 655bf6aceb
commit 0fc1ec1e33
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -238,7 +238,7 @@ sim_arr PenningTrap::simulate(double time, unsigned int steps,
}
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)
{
if (path.back() != '/') {