[Thermo] Fix printed labels in phase report when show_thermo=False
This commit is contained in:
parent
025da8b4c0
commit
5dd2f3164a
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue