Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITABase
Commits
21d2c16c
Commit
21d2c16c
authored
Jun 13, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Merge branch 'develop' of
https://git.rwth-aachen.de/ita/ITABase
into develop
parents
19467ad2
b715db63
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
21d2c16c
...
...
@@ -11,7 +11,13 @@ vista_use_package( sndfile )
vista_use_package
(
IPP QUIET
)
vista_use_package
(
PCRE QUIET
)
vista_use_package
(
SimpleIni QUIET
)
vista_use_package
(
SPLINE QUIET
)
vista_use_package
(
SPLINE REQUIRED
)
if
(
NOT WIN32
)
vista_use_package
(
Threads REQUIRED
)
list
(
APPEND VISTA_USE_PACKAGE_LIBRARIES pthread
)
endif
()
if
(
NOT DEFINED ITA_BASE_WITH_FASTMATH_IPP
)
set
(
ITA_BASE_WITH_FASTMATH_IPP OFF CACHE BOOL
"Build with IPP implementation of fast math ops"
)
...
...
src/ITAMagnitudeSpectrum.cpp
View file @
21d2c16c
...
...
@@ -2,6 +2,7 @@
#include <ITAConstants.h>
#include <numeric>
#include <limits>
CITAMagnitudeSpectrum
::
CITAMagnitudeSpectrum
(
const
int
nNumBands
)
:
CITASpectrum
(
nNumBands
)
...
...
src/ITASpectrum.cpp
View file @
21d2c16c
#
include
<
ITASpectrum
.
h
>
#include <ITAException.h>
#include <cmath>
CITASpectrum
::
CITASpectrum
(
const
int
nNumBands
)
{
...
...
@@ -151,4 +152,4 @@ std::ostream& operator<<( std::ostream& os, const CITASpectrum& oSpectrum )
}
return
os
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment