aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/ops_flt.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/ops_flt.h')
-rw-r--r--externals/grill/vasp/source/ops_flt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/ops_flt.h b/externals/grill/vasp/source/ops_flt.h
index 21761d90..ea7fe5ce 100644
--- a/externals/grill/vasp/source/ops_flt.h
+++ b/externals/grill/vasp/source/ops_flt.h
@@ -11,7 +11,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#ifndef __VASP_OPS_FLT_H
#define __VASP_OPS_FLT_H
-#include "opbase.h"
+#include "opfuns.h"
// Filtering functions
@@ -22,7 +22,7 @@ namespace VecOp {
BL d_int(OpParam &p);
BL d_dif(OpParam &p);
- BL d_fix(OpParam &p);
+ inline BL d_fix(OpParam &p) { return D__run<S,f_fix<S> >(p); }
}
namespace VaspOp {