cwDspType.h : Set fd_real_t to float.
This commit is contained in:
parent
8c43021040
commit
430feeed7c
@ -7,8 +7,8 @@ namespace cw
|
||||
{
|
||||
typedef float real_t;
|
||||
typedef float sample_t;
|
||||
typedef double fd_real_t;
|
||||
typedef double srate_t;
|
||||
typedef float fd_real_t;
|
||||
typedef float srate_t;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user