| 54 |
|
char RCCONTEXT[] = "RC."; /* our special evaluation context */ |
| 55 |
|
|
| 56 |
|
#if defined(_WIN32) || defined(_WIN64) |
| 57 |
< |
#define RCONTRIB_FEATURES "Accumulation\nSummation\nRAWrecovery\n" \ |
| 57 |
> |
#define RCONTRIB_FEATURES "Accumulation\nSummation\nRecovery\n" \ |
| 58 |
|
"ValueContribution\nImmediateIrradiance\n" \ |
| 59 |
|
"ProgressReporting\nDistanceLimiting\n" |
| 60 |
|
#else |
| 61 |
|
#define RCONTRIB_FEATURES "Multiprocessing\n" \ |
| 62 |
< |
"Accumulation\nSummation\nRAWrecovery\n" \ |
| 62 |
> |
"Accumulation\nSummation\nRecovery\n" \ |
| 63 |
|
"ValueContribution\nImmediateIrradiance\n" \ |
| 64 |
|
"ProgressReporting\nDistanceLimiting\n" |
| 65 |
|
#endif |