Revert change.

This commit is contained in:
Ye Luo 2019-10-20 11:08:04 -05:00
parent 308233f4d9
commit c3dea18a12
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ void VariableSet::print(std::ostream& os, int leftPadSpaces, bool printHeader)
<< setw(max_value_len) << NameAndValue[i].second << " " << setw(max_type_len) << ParameterType[i].second << " "
<< setw(max_recompute_len) << Recompute[i].second << " ";
// os << std::defaultfloat;
os << std::defaultfloat;
if (Index[i] < 0)
os << setw(max_use_len) << "OFF" << std::endl;