From a13e623685185fcadfe039e64168be820e7eac40 Mon Sep 17 00:00:00 2001 From: darealshinji <djcj@gmx.de> Date: Wed, 29 Oct 2014 03:49:46 +0100 Subject: [PATCH] comment out unused variables in MSR.cpp --- source/MSR.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/MSR.cpp b/source/MSR.cpp index 72fa95a..b861434 100644 --- a/source/MSR.cpp +++ b/source/MSR.cpp @@ -29,8 +29,8 @@ int MSRProcess::MSRKernel(FLType *odata, const FLType *idata) const { int i, j, upper; - FLType FloorFL = 0; - FLType CeilFL = 1; + //FLType FloorFL = 0; + //FLType CeilFL = 1; FLType *gauss = vs_aligned_malloc<FLType>(sizeof(FLType)*pcount, Alignment);