|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otb_boost_math_normal_header_h
22 #define otb_boost_math_normal_header_h
24 #if defined(__GNUC__) || defined(__clang__)
25 #pragma GCC diagnostic push
26 #pragma GCC diagnostic ignored "-Wunused-parameter"
27 #pragma GCC diagnostic ignored "-Wshadow"
28 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
29 #pragma GCC diagnostic ignored "-Wunused-local-typedefs"
30 #include <boost/math/distributions/normal.hpp>
31 #pragma GCC diagnostic pop
33 #include <boost/math/distributions/normal.hpp>