Develop #14

Merged
coryab merged 124 commits from develop into main 2023-10-24 20:43:56 +00:00
Showing only changes of commit 0fc1ec1e33 - Show all commits

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() != '/') {