summaryrefslogtreecommitdiffstats
path: root/src/LinearInterpolation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LinearInterpolation.cpp')
-rw-r--r--src/LinearInterpolation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LinearInterpolation.cpp b/src/LinearInterpolation.cpp
index c7c690bd2..38404147f 100644
--- a/src/LinearInterpolation.cpp
+++ b/src/LinearInterpolation.cpp
@@ -151,7 +151,6 @@ void LinearInterpolate2DArray(
-/// Puts linearly interpolated values from one array into another array. 3D version
void LinearInterpolate3DArray(
float * a_Src,
int a_SrcSizeX, int a_SrcSizeY, int a_SrcSizeZ,