GUIの自動設定出力名のフォーマットがCUIと違うのを修正

This commit is contained in:
lltcggie 2015-06-02 01:07:11 +09:00
parent 91128d864b
commit 4a11a7bb63

View File

@ -93,7 +93,7 @@ private:
private:
std::string AddName() const
{
std::string addstr("_" + mode);
std::string addstr("(" + mode + ")");
if (mode.find("noise") != mode.npos || mode.find("auto_scale") != mode.npos)
addstr += "(Level" + std::to_string(noise_level) + ")";