Comment and include guard
This commit is contained in:
@@ -46,6 +46,8 @@ class FFTImpl;
|
|||||||
* size/2+1 real+imaginary pairs. So, the array elements at indices 1
|
* size/2+1 real+imaginary pairs. So, the array elements at indices 1
|
||||||
* and size+1 will always be zero (since the signal is real).
|
* and size+1 will always be zero (since the signal is real).
|
||||||
*
|
*
|
||||||
|
* Neither forward nor inverse transform is scaled.
|
||||||
|
*
|
||||||
* This class is reentrant but not thread safe: use a separate
|
* This class is reentrant but not thread safe: use a separate
|
||||||
* instance per thread, or use a mutex.
|
* instance per thread, or use a mutex.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
#ifndef ERIKD_FLOATCAST_H
|
||||||
|
#define ERIKD_FLOATCAST_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Copyright (C) 2001 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
** Copyright (C) 2001 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||||
**
|
**
|
||||||
@@ -69,5 +72,4 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user