From 3eb7ec9a67e867275b862f9947deafe387012819 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 17 Mar 2003 04:36:54 +0000 Subject: "" svn path=/trunk/; revision=476 --- externals/grill/vasp/source/ops_flt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/vasp/source/ops_flt.h') diff --git a/externals/grill/vasp/source/ops_flt.h b/externals/grill/vasp/source/ops_flt.h index ea7fe5ce..debb4039 100644 --- a/externals/grill/vasp/source/ops_flt.h +++ b/externals/grill/vasp/source/ops_flt.h @@ -21,10 +21,10 @@ namespace VecOp { BL d_int(OpParam &p); BL d_dif(OpParam &p); - - inline BL d_fix(OpParam &p) { return D__run >(p); } } +DEFOP(S,d_fix,fix,run) + namespace VaspOp { // passive filters Vasp *m_fhp(OpParam &p,CVasp &src,const Argument &arg,CVasp *dst = NULL,BL hp = true); //! hi pass -- cgit v1.2.1