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

Comparing ray/src/rt/pmapdiag.c (file contents):
Revision 2.2 by greg, Tue Apr 21 19:16:51 2015 UTC vs.
Revision 2.4 by rschregle, Fri May 8 13:20:23 2015 UTC

# Line 4 | Line 4
4  
5     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
6     (c) Fraunhofer Institute for Solar Energy Systems,
7 <       Lucerne University of Applied Sciences & Arts
7 >   (c) Lucerne University of Applied Sciences and Arts,
8 >   supported by the Swiss National Science Foundation (SNSF, #147053)
9     ==================================================================
10    
11     $Id$
# Line 118 | Line 119 | void pmapBiasCompReport (char *stats)
119        eputs(errmsg);
120        fflush(stderr);
121        
122 <      #ifndef BSD
122 >      #ifdef SIGCONT
123           signal(SIGCONT, pmapPreCompReport);
124        #endif
125     }
# Line 179 | Line 180 | void pmapBiasCompReport (char *stats)
180        eputs(errmsg);
181        fflush(stderr);
182        
183 <      #ifndef BSD
183 >      #ifndef SIGCONT
184           signal(SIGCONT, pmapDistribReport);
185        #endif
186     }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines