View Issue Details

IDProjectCategoryView StatusLast Update
0001062OpenFOAMBugpublic2013-10-29 09:41
Reporterdhora Assigned Touser4 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0001062: writePrecision in mesh conversion applications
DescriptionwritePrecision = 10 is not always sufficient and it would be good to have the possibility to use a higher precision, e.g. with a higher default precision, a meshPrecision entry in the controlDict or the following modification of the tools:

    if (IOstream::defaultPrecision() <= 10)
    {
        IOstream::defaultPrecision(10);
    }

TagsNo tags attached.

Activities

dhora

2013-10-27 19:06

reporter   ~0002588

Last edited: 2013-10-27 19:25

The problem was not the precision of 10. That seems to be sufficient. autoPatch uses the precision specified in the controlDict. I think it would be good to use a minimum precision of 10 here as well.

user4

2013-10-29 09:41

  ~0002591

Fixed in 44c69c49b0d7e8287eea7a7d405f87975d0efa01

Thanks for reporting.

Issue History

Date Modified Username Field Change
2013-10-27 08:32 dhora New Issue
2013-10-27 19:06 dhora Note Added: 0002588
2013-10-27 19:25 dhora Note Edited: 0002588
2013-10-29 09:41 user4 Note Added: 0002591
2013-10-29 09:41 user4 Status new => resolved
2013-10-29 09:41 user4 Fixed in Version => 2.2.x
2013-10-29 09:41 user4 Resolution open => fixed
2013-10-29 09:41 user4 Assigned To => user4