>>>>> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:

Richard> Jean-Marc Lasgouttes wrote:
>>>>>>> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes:
>>>>>>> 
>>
Richard> The patch fixes the bug. OK to commit?
>>  It would be nice to round the values to 2 decimal places.
>> 
Richard> Can you tell me off-hand how to do that here?

I would try 
  os<< setprecision(2) << ...
but then there might be a need to reset the precision later.

JMarc

Reply via email to