mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 19:50:34 +00:00
parent
d3418ceeb5
commit
b665444550
@ -24,6 +24,9 @@
|
||||
#ifndef INCLUDE_VOLK_COMPLEX_H
|
||||
#define INCLUDE_VOLK_COMPLEX_H
|
||||
|
||||
#ifndef INCLUDED_VOLK_COMPLEX_H
|
||||
#define INCLUDED_VOLK_COMPLEX_H
|
||||
|
||||
/*!
|
||||
* \brief Provide typedefs and operators for all complex types in C and C++.
|
||||
*
|
||||
@ -106,4 +109,6 @@ typedef double complex lv_64fc_t;
|
||||
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* INCLUDED_VOLK_COMPLEX_H */
|
||||
|
||||
#endif /* INCLUDE_VOLK_COMPLEX_H */
|
||||
|
Loading…
Reference in New Issue
Block a user