From cdf86b37d6180f5f88393c02d8f5e19e2e645ad6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 3 Jan 2003 04:35:22 +0000 Subject: "" svn path=/trunk/; revision=317 --- externals/grill/vasp/source/classes.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'externals/grill/vasp/source/classes.h') 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) -- cgit v1.2.1