mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-05-13 03:00:24 -04:00
Don't overwrite persistence files at beginning.
This commit is contained in:
@@ -94,13 +94,6 @@ Machine<sint, sgf2n>::Machine(int my_number, Names& playerNames,
|
||||
|
||||
load_schedule(progname_str);
|
||||
|
||||
// remove persistence if necessary
|
||||
for (auto& prog : progs)
|
||||
{
|
||||
if (prog.writes_persistance)
|
||||
ofstream(Binary_File_IO::filename(my_number), ios::out);
|
||||
}
|
||||
|
||||
#ifdef VERBOSE
|
||||
progs[0].print_offline_cost();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user