ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpict.c
(Generate patch)

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.89 by greg, Tue Feb 24 19:39:27 2015 UTC vs.
Revision 2.90 by rschregle, Wed Apr 22 20:28:16 2015 UTC

# Line 198 | Line 198 | report(int dummy)              /* report progress */
198          pmapBiasCompReport(bcStat);
199          
200          sprintf(errmsg,
201 <                        "%lu rays, %s %4.2f%% after %.3fu %.3fs %.3fr hours on %s (PID %d)\n",
201 >                        "%lu rays, %s%4.2f%% after %.3fu %.3fs %.3fr hours on %s (PID %d)\n",
202                          nrays, bcStat, pctdone, u*(1./3600.), s*(1./3600.),
203                          (tlastrept-tstart)*(1./3600.), myhostname(), getpid());
204          eputs(errmsg);
# Line 217 | Line 217 | report(int dummy)              /* report progress */
217          /* PMAP: Get photon map bias compensation statistics */
218          pmapBiasCompReport(bcStat);
219          
220 <        sprintf(errmsg, "%lu rays, %s %4.2f%% after %5.4f hours\n",
220 >        sprintf(errmsg, "%lu rays, %s%4.2f%% after %5.4f hours\n",
221                          nrays, bcStat, pctdone, (tlastrept-tstart)/3600.0);
222          eputs(errmsg);
223   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines