Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extra indentation in fcompare output (AMReX-Codes#3823)
This PR fixes the column alignment when the plotfiles being compared have missing variables or NaNs. The previous code placed the padding spaces from `std::setw(50)` after the newline, which showed up as extra indentation on the following line. This moves the newlines to a separate string, so the padding only gets applied to the message.
- Loading branch information