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

Comparing ray/src/rt/rxtmain.cpp (file contents):
Revision 2.7 by greg, Wed Aug 14 20:05:23 2024 UTC vs.
Revision 2.9 by greg, Mon Sep 16 19:20:09 2024 UTC

# Line 352 | Line 352 | main(int  argc, char  *argv[])
352                  SET_FILE_BINARY(stdout);
353          if (doheader) {                 /* print header? */
354                  newheader("RADIANCE", stdout);
355 <                fputs(myRTmanager.GetHeader(), stdout);
355 >                fputs(myRTmanager.GetHeadStr(), stdout);
356                  printargs(i, argv, stdout);
357                  printf("SOFTWARE= %s\n", VersionID);
358                  fputnow(stdout);
# Line 387 | Line 387 | wputs(                         /* warning output function */
387  
388   void
389   eputs(                          /* put string to stderr */
390 <        char  *s
390 >        const char  *s
391   )
392   {
393          static int  midline = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines