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

Comparing ray/src/util/glrad.c (file contents):
Revision 3.20 by greg, Sun Jul 24 19:53:08 2005 UTC vs.
Revision 3.21 by greg, Sun Sep 26 15:47:33 2010 UTC

# Line 673 | Line 673 | waitabit(void)                         /* pause a moment */
673   {
674          struct timespec ts;
675          ts.tv_sec = 0;
676 <        ts.tv_nsec = 5000000;
676 >        ts.tv_nsec = 50000000;
677          nanosleep(&ts, NULL);
678   }
679  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines