--- ray/src/rt/pmapdiag.h 2015/04/21 19:16:51 2.2 +++ ray/src/rt/pmapdiag.h 2015/08/18 18:45:55 2.5 @@ -1,13 +1,15 @@ +/* RCSid $Id: pmapdiag.h,v 2.5 2015/08/18 18:45:55 greg Exp $ */ /* ================================================================== Photon map diagnostic output and progress reports Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) (c) Fraunhofer Institute for Solar Energy Systems, - Lucerne University of Applied Sciences & Arts + (c) Lucerne University of Applied Sciences and Arts, + supported by the Swiss National Science Foundation (SNSF, #147053) ================================================================== - $Id: pmapdiag.h,v 2.2 2015/04/21 19:16:51 greg Exp $ + $Id: pmapdiag.h,v 2.5 2015/08/18 18:45:55 greg Exp $ */ @@ -33,13 +35,7 @@ #include #include - #ifdef _WIN32 - #ifndef SIGCONT - #define SIGCONT 0 - #endif - #endif - - + /* Time at start & last report */ extern time_t repStartTime, repLastTime; /* Report progress & completion counters */