POV-Ray : Newsgroups : povray.programming : Two possible minor bugs in pvengine.c : Re: Two possible minor bugs in pvengine.c Server Time
3 Jul 2024 07:06:57 EDT (-0400)
  Re: Two possible minor bugs in pvengine.c  
From: Chris Cason
Date: 5 Feb 2004 04:49:02
Message: <4022118e@news.povray.org>
"Severi Salminen" <sev### [at] NOT_THISsibafi> wrote in message
news:4020a556$1@news.povray.org...
> status_printf (StatusPPS, PPS_String (pixels, ClockTimeTotal / 1000)) ;
>
> Should probably be:
>
> status_printf (StatusPPS, PPS_String (pixels, ClockTimeTotal /
> CLOCKS_PER_SEC)) ;

you are correct; I am inconsistent in my use of the above define (in some places I use
1000 and in others I use CLOCKS_PER_SEC).
I'll ensure it's used in all places.

-- Chris


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.