aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/ops_search.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-10 21:57:13 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-10 21:57:13 +0000
commitfdca1f5103adda0421002ef21370b434ed4c8202 (patch)
tree6601c0de9686e53b37d47b0c276485f71313f8fc /externals/grill/vasp/source/ops_search.cpp
parentd399ea9333e69c2506ba09754a8c1b8d292e9085 (diff)
resurrected help message functionality
preparing RIP release adapt to new flext version svn path=/trunk/; revision=4185
Diffstat (limited to 'externals/grill/vasp/source/ops_search.cpp')
-rw-r--r--externals/grill/vasp/source/ops_search.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/vasp/source/ops_search.cpp b/externals/grill/vasp/source/ops_search.cpp
index 5793df6a..226e6466 100644
--- a/externals/grill/vasp/source/ops_search.cpp
+++ b/externals/grill/vasp/source/ops_search.cpp
@@ -188,6 +188,8 @@ public:
CVasp cdst(dst),cref(ref);
return VaspOp::m_soffset(p,cref,arg,&cdst);
}
+
+ virtual V m_help() { post("%s - Define starting point by searching for given value",thisName()); }
};
FLEXT_LIB_V("vasp, vasp.offset= vasp.o=",vasp_soffset)
@@ -203,6 +205,8 @@ public:
CVasp cdst(dst),cref(ref);
return VaspOp::m_sframes(p,cref,arg,&cdst);
}
+
+ virtual V m_help() { post("%s - Define vasp frame length by searching for given value",thisName()); }
};
FLEXT_LIB_V("vasp, vasp.frames= vasp.f=",vasp_sframes)