On Thu, Jan 12, 2006 at 04:07:35AM +0300, Andrew Gaydenko wrote:
convolve.cc: In constructor
`Convdata::Convdata(size_t, size_t, int)':
convolve.cc:50: error: array bound forbidden after parenthesized type-id
convolve.cc:50: note: try removing the parentheses around the type-id
convolve.cc: In constructor `Convolver::Convolver(size_t, size_t, int, unsigned int,
unsigned int)':
convolve.cc:152: error: array bound forbidden after parenthesized type-id
convolve.cc:152: note: try removing the parentheses around the type-id
make: *** [convolve.o] Error 1
And did you try removing the parentheses ?
But I wonder what is wrong with
_fftd = new (fftwf_complex *)[_npar];
--
FA