Finalized Checkpointing, see t-eoCheckpointing for a test
This commit is contained in:
parent
6d5d34ba1f
commit
9bcf9d95f8
12 changed files with 558 additions and 11 deletions
|
|
@ -29,7 +29,7 @@ std::ostream& printSectionHeader(std::ostream& os, std::string section)
|
|||
|
||||
eoParameterLoader::~eoParameterLoader()
|
||||
{
|
||||
for (int i = 0; i < ownedParams.size(); ++i)
|
||||
for (unsigned i = 0; i < ownedParams.size(); ++i)
|
||||
{
|
||||
delete ownedParams[i];
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue