aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/patch/fd_grid.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/patch/fd_grid.hh b/src/patch/fd_grid.hh
index ff70cc3..6d37ed3 100644
--- a/src/patch/fd_grid.hh
+++ b/src/patch/fd_grid.hh
@@ -312,16 +312,6 @@ private:
static
int sigma_axis__isigma_plus_m(int isigma, int m) { return isigma+m; }
-private:
- //
- // helper functions for use as DATA_() argument to the
- // above finite differencing macros
- //
- fp gridfn_data__m_is_rho(int gfn, int irho, int isigma, int m) const
- { return gridfn(gfn, irho+m, isigma); }
- fp gridfn_data__m_is_sigma(int gfn, int irho, int isigma, int m) const
- { return gridfn(gfn, irho, isigma+m); }
-
public:
//