1 |
+ |
/* RCSid $Id$ */ |
2 |
|
/* |
3 |
|
================================================================== |
4 |
|
Photon map diagnostic output and progress reports |
5 |
|
|
6 |
|
Roland Schregle (roland.schregle@{hslu.ch, gmail.com}) |
7 |
|
(c) Fraunhofer Institute for Solar Energy Systems, |
8 |
< |
Lucerne University of Applied Sciences & Arts |
8 |
> |
(c) Lucerne University of Applied Sciences and Arts, |
9 |
> |
supported by the Swiss National Science Foundation (SNSF, #147053) |
10 |
|
================================================================== |
11 |
|
|
10 |
– |
$Id$ |
12 |
|
*/ |
13 |
|
|
14 |
|
|
34 |
|
#include <time.h> |
35 |
|
#include <signal.h> |
36 |
|
|
37 |
< |
#ifdef _WIN32 |
37 |
< |
#ifndef SIGCONT |
38 |
< |
#define SIGCONT 0 |
39 |
< |
#endif |
40 |
< |
#endif |
41 |
< |
|
42 |
< |
|
37 |
> |
|
38 |
|
/* Time at start & last report */ |
39 |
|
extern time_t repStartTime, repLastTime; |
40 |
|
/* Report progress & completion counters */ |