From 0179df1da33c84fd105b83aa82b7e24a20c849e9 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 7 Jul 2017 13:25:38 +0100 Subject: [PATCH] Removed commented out members --- .../GGIInterpolation/GGIInterpolationTemplate.H | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/foam/interpolations/GGIInterpolation/GGIInterpolationTemplate.H b/src/foam/interpolations/GGIInterpolation/GGIInterpolationTemplate.H index cfe059d90..1984828b9 100644 --- a/src/foam/interpolations/GGIInterpolation/GGIInterpolationTemplate.H +++ b/src/foam/interpolations/GGIInterpolation/GGIInterpolationTemplate.H @@ -641,24 +641,12 @@ public: const Field& pf ) const; -// template -// tmp > masterToSlavePointInterpolate -// ( -// const tmp >& tpf -// ) const; - template tmp > slaveToMasterPointInterpolate ( const Field& pf ) const; -// template -// tmp > slaveToMasterPointInterpolate -// ( -// const tmp >& tpf -// ) const; - // Edit