Skip to content

Commit

Permalink
Changed print precision to 3 decimal places.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Oct 10, 2023
1 parent e028072 commit fd0a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kpp/test_kpp_to_micm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using SparseMatrixPolicy = micm::SparseMatrix<T>;
void print_header()
{
std::cout << std::setw(5) << "time"
<< "," << std::setw(11) << "M"
<< "," << std::setw(10) << "M"
<< "," << std::setw(11) << "O2"
<< "," << std::setw(11) << "O3"
<< "," << std::setw(11) << "O"
Expand Down

0 comments on commit fd0a71f

Please sign in to comment.