1 |
– |
/* Copyright (c) 1991 Regents of the University of California */ |
2 |
– |
|
1 |
|
#ifndef lint |
2 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
2 |
> |
static const char RCSid[] = "$Id$"; |
3 |
|
#endif |
6 |
– |
|
4 |
|
/* |
5 |
|
* Compute pixels for glare calculation |
6 |
|
*/ |
7 |
|
|
8 |
|
#include "glare.h" |
12 |
– |
#include "resolu.h" |
9 |
|
/* maximum rtrace buffer size */ |
10 |
|
#define MAXPIX (4096/(6*sizeof(float))) |
11 |
|
|
261 |
|
progname, np); |
262 |
|
#endif |
263 |
|
bzero(pb+6*np, 6*sizeof(float)); |
264 |
< |
if (process(rt_pd, pb, pb, 3*sizeof(float)*(np+1), |
264 |
> |
if (process(rt_pd, (char *)pb, (char *)pb, 3*sizeof(float)*(np+1), |
265 |
|
6*sizeof(float)*(np+1)) < 3*sizeof(float)*(np+1)) { |
266 |
|
fprintf(stderr, "%s: rtrace communication error\n", |
267 |
|
progname); |