[Thermo] Fix printed labels in phase report when show_thermo=False

This commit is contained in:
Ray Speth 2013-12-06 23:15:11 +00:00
parent 025da8b4c0
commit 5dd2f3164a

View file

@ -966,8 +966,8 @@ std::string ThermoPhase::report(bool show_thermo) const
s += p;
}
} else {
sprintf(p, " \n X"
"Y\n");
sprintf(p, " \n X "
" Y\n");
s += p;
sprintf(p, " -------------"
" ------------\n");