aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vasp/source/main.cpp')
-rw-r--r--externals/grill/vasp/source/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/vasp/source/main.cpp b/externals/grill/vasp/source/main.cpp
index e1c3e42d..67d151ac 100644
--- a/externals/grill/vasp/source/main.cpp
+++ b/externals/grill/vasp/source/main.cpp
@@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "classes.h"
-const C *VASP_VERSION = "0.1.3pre8";
+const C *VASP_VERSION = "0.1.3pre10";
#include "opfuns.h"
@@ -64,6 +64,7 @@ static V vasp_main()
VASP_SETUP(channel); // vasp.channel
VASP_SETUP(qchannel); // vasp.channel?
+ VASP_SETUP(qchannels); // vasp.channels?
VASP_SETUP(split);
VASP_SETUP(join);