aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/arg.h')
-rw-r--r--externals/grill/vasp/source/arg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/vasp/source/arg.h b/externals/grill/vasp/source/arg.h
index bda3ef01..cd0f70a1 100644
--- a/externals/grill/vasp/source/arg.h
+++ b/externals/grill/vasp/source/arg.h
@@ -19,7 +19,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#define VASP_ARG_R(VAL) Argument().SetR(VAL)
#define VASP_ARG_CX(RV,IV) Argument().SetCX(RV,IV)
-class Argument
+class Argument:
+ public flext
{
public:
Argument();