View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001062 | OpenFOAM | Bug | public | 2013-10-27 08:32 | 2013-10-29 09:41 |
Reporter | dhora | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001062: writePrecision in mesh conversion applications | ||||
Description | writePrecision = 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); } | ||||
Tags | No tags attached. | ||||
|
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. |
|
Fixed in 44c69c49b0d7e8287eea7a7d405f87975d0efa01 Thanks for reporting. |
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 |
|
Note Added: 0002591 | |
2013-10-29 09:41 |
|
Status | new => resolved |
2013-10-29 09:41 |
|
Fixed in Version | => 2.2.x |
2013-10-29 09:41 |
|
Resolution | open => fixed |
2013-10-29 09:41 |
|
Assigned To | => user4 |