aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/ops_rearr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/ops_rearr.cpp')
-rw-r--r--externals/grill/vasp/source/ops_rearr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/vasp/source/ops_rearr.cpp b/externals/grill/vasp/source/ops_rearr.cpp
index a17eb03c..fc86b327 100644
--- a/externals/grill/vasp/source/ops_rearr.cpp
+++ b/externals/grill/vasp/source/ops_rearr.cpp
@@ -140,7 +140,7 @@ protected:
private:
FLEXT_ATTRVAR_E(fill,xs_fill)
};
-FLEXT_LIB_V("vasp.shift, vasp",vasp_shift)
+VASP_LIB_V("vasp.shift",vasp_shift)
class vasp_xshift:
@@ -159,7 +159,7 @@ public:
virtual V m_help() { post("%s - Shifts buffer data symmetrically (in two halves)",thisName()); }
};
-FLEXT_LIB_V("vasp.xshift, vasp",vasp_xshift)
+VASP_LIB_V("vasp.xshift",vasp_xshift)
inline int rotation(int ij, int n,OpParam &p) { return (ij+n-p.sh.ish)%n; }