Skip to content

Consistent high precision output.

Dmitry Yu. Naumov requested to merge endJunction/ogs:OutputPrecision into master

Follow up of the !5030 (merged), introducing TimeIncrement.

Three types of output were replaced with max_digits10 for double: all std::setprecision(XX), fmt formatting {:.XXg}, and digits10, (XX usually in range 15-18).

Fixes #3497 (closed)

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behaviour change was documented?
Edited by Dmitry Yu. Naumov

Merge request reports