Skip to content

Teuchos: accept ostream precision for YAML values

James Willenbring requested to merge ibaned:yaml-precision into develop

Created by: ibaned

As seen in gahansen/Albany@5e8ded1, the previous code was losing too much precision and caused Albany regression tests to fail. Increasing to always use scientific notation with 15 decimal places.

@trilinos/teuchos this is part of the solution to gahansen/Albany#95

Merge request reports