Opened 14 years ago
Closed 14 years ago
#519 closed enhancement (fixed)
ostream.precision should be restored in output operators
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.6 |
Component: | utility | Version: | trunk |
Keywords: | Cc: |
Description
related to ticket:393
In some operator<<
e.g. Matrix the precision of the ostream is modified before printing. I think the precision should be restored afterwards to whatever it was before.
I place this in utility, but I think this occurs also in some Lookup classes.
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | yat 0.x+ → yat 0.6 |
---|---|
Owner: | changed from Jari Häkkinen to Peter |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1919]) fixes #519