Fix Clang warnings plus some cleanups

This commit is contained in:
Flössie
2019-10-31 08:56:38 +01:00
parent 6935faa258
commit aacea7046c
19 changed files with 99 additions and 87 deletions

View File

@@ -23,7 +23,8 @@
#include "array2D.h"
#include "rt_math.h"
namespace rtengine {
namespace rtengine
{
inline float getBilinearValue(const array2D<float> &src, float x, float y)
{
@@ -96,5 +97,4 @@ inline void rescaleNearest(const array2D<float> &src, array2D<float> &dst, bool
}
}
} // namespace rtengine