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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.11 by schorsch, Fri Mar 26 23:34:23 2004 UTC vs.
Revision 3.13 by greg, Sat Dec 12 19:01:00 2009 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char RCSid[] = "$Id";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *  Radiance object animation program
# Line 185 | Line 185 | eputs(                         /* put string to stderr */
185                  fflush(stderr);
186                  midline = 0;
187          }
188 + }
189 +
190 +
191 + void
192 + quit(ec)                        /* make sure exit is called */
193 + int     ec;
194 + {
195 +        if (ray_pnprocs > 0)    /* close children if any */
196 +                ray_pclose(0);          
197 +        exit(ec);
198   }
199  
200  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines