Changed name of parameter output file to 'simulation.param'.
This commit is contained in:
parent
427fb67e9b
commit
bbf2b4f369
@ -180,7 +180,7 @@ main(int argc, char** argv)
|
||||
catch (...) {
|
||||
THROW("Creating directories failed: " << fpath);
|
||||
}
|
||||
param.writeParam(output_dir + "/spu_2p.param");
|
||||
param.writeParam(output_dir + "/simulation.param");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user