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

Comparing ray/src/rt/RpictSimulManager.cpp (file contents):
Revision 2.16 by greg, Tue Jul 1 19:40:35 2025 UTC vs.
Revision 2.17 by greg, Wed Jul 2 16:54:44 2025 UTC

# Line 706 | Line 706 | RpictSimulManager::NewOutput(FILE *pdfp[2], const char
706          if (frameNo > 0)
707                  fprintf(pdfp[0], "FRAME=%d\n", frameNo);
708          double  pasp = viewaspect(&vw) * GetWidth() / GetHeight();
709 <        if ((0.999 > pasp) | (pasp > 1.001))
709 >        if ((0.995 > pasp) | (pasp > 1.005))
710                  fputaspect(pasp, pdfp[0]);
711          fputnow(pdfp[0]);
712          switch (RDTcolorT(dt)) {                // set primaries and picture format

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines