From 486cb8958d1a99a3cbe98e3904256e7268533b00 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 10 Feb 2007 03:18:39 +0000 Subject: fixed break condition for some loop constructs adapt to new flext version resurrected help message functionality fixed broken help file names svn path=/trunk/; revision=7415 --- externals/grill/vasp/source/ops_rearr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/vasp/source/ops_rearr.cpp') diff --git a/externals/grill/vasp/source/ops_rearr.cpp b/externals/grill/vasp/source/ops_rearr.cpp index d3f32c2e..a17eb03c 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, vasp.shift",vasp_shift) +FLEXT_LIB_V("vasp.shift, vasp",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, vasp.xshift",vasp_xshift) +FLEXT_LIB_V("vasp.xshift, vasp",vasp_xshift) inline int rotation(int ij, int n,OpParam &p) { return (ij+n-p.sh.ish)%n; } -- cgit v1.2.1