Update digital CNN, bug fixing

This commit is contained in:
jomjol
2020-12-29 22:27:48 +01:00
parent 3502ac9263
commit becb886ab7
23 changed files with 28 additions and 13 deletions

View File

@@ -108,6 +108,8 @@ void ClassFlowPostProcessing::SavePreValue(float value, string zwtime)
zwtime = std::string(buffer);
}
PreValue = value;
fputs(zwtime.c_str(), pFile);
fputs("\n", pFile);
fputs(to_string(value).c_str(), pFile);