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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.1 by greg, Tue Nov 12 17:08:43 1991 UTC vs.
Revision 2.2 by greg, Mon Nov 25 10:11:01 1991 UTC

# Line 223 | Line 223 | again:
223                  break;
224          case 'm':                               /* move camera */
225                  if (badcom("move"))
226 + #ifdef  MSTATS
227 +                {
228 +                        if (badcom("memory"))
229 +                                goto commerr;
230 +                        printmemstats(stderr);
231 +                        break;
232 +                }
233 + #else
234                          goto commerr;
235 + #endif
236                  getmove(args);
237                  break;
238          case 'r':                               /* rotate/repaint */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines