Add platform to b_manage, fix report after experiment

This commit is contained in:
2024-04-11 10:54:18 +02:00
parent 7ed9073d15
commit 78b8a8ae66
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ namespace platform {
void ReportConsole::header()
{
do_header();
std::cout << sheader.str();
}
void ReportConsole::body()
{