aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/classes.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/classes.h')
-rw-r--r--externals/grill/vasp/source/classes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/vasp/source/classes.h b/externals/grill/vasp/source/classes.h
index 1ef17a3f..d90e9beb 100644
--- a/externals/grill/vasp/source/classes.h
+++ b/externals/grill/vasp/source/classes.h
@@ -54,7 +54,7 @@ protected:
BL ToOutVasp(I outlet,Vasp &v);
private:
- static V Setup(t_class *);
+ static V Setup(t_classid);
FLEXT_CALLBACK_V(m_radio)
@@ -128,7 +128,7 @@ protected:
#endif
private:
- static V Setup(t_class *);
+ static V Setup(t_classid);
virtual V m_bang() = 0; // do! and output current Vasp
};
@@ -201,7 +201,7 @@ protected:
V m_getarg(AtomList &l) { arg.MakeList(l); }
private:
- static V Setup(t_class *);
+ static V Setup(t_classid);
FLEXT_CALLBACK_V(a_list)
FLEXT_CALLBACK_V(a_vasp)
@@ -241,7 +241,7 @@ protected:
V m_getarg(AtomList &l) { arg.MakeList(l); }
private:
- static V Setup(t_class *);
+ static V Setup(t_classid);
FLEXT_CALLBACK_V(a_list)
FLEXT_CALLBACK_V(a_radio)