aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/env.h')
-rw-r--r--externals/grill/vasp/source/env.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/vasp/source/env.h b/externals/grill/vasp/source/env.h
index e9f8dae7..5b00ffae 100644
--- a/externals/grill/vasp/source/env.h
+++ b/externals/grill/vasp/source/env.h
@@ -23,6 +23,8 @@ public:
static BL ChkArgs(I argc,const t_atom *argv);
+ V MakeList(flext::AtomList &ret) const;
+
V Clear();
BL Ok() const { return cnt && pos != NULL && val != NULL; }