psMetadataConfigWrite needs more digits for F32, F64
| Reported by: |
eugene |
Owned by: |
David.Robbins@… |
|
Priority:
|
high
|
Milestone:
|
|
|
Component:
|
types
|
Version:
|
0.9.0
|
|
Severity:
|
normal
|
Keywords:
|
|
|
Cc:
|
|
|
|
currently this function uses %f as the output format for F32 and F64. this ends
up dropping significant figures pretty badly. I recommend %22.15g instead.
I've made this change in eam_rel9_b1 for some of the permutations, but the
others should be checked.
Change History
(4)
| Owner: |
changed from robert.desonia@… to David.Robbins@…
|
| Status: |
assigned → new
|
| Resolution: |
→ fixed
|
| Status: |
new → closed
|
merged your branch code fixes.