aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/source/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-30 02:48:59 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-30 02:48:59 +0000
commit2f012f2baaae9cf9a53afd2398d326a6cdf56fec (patch)
tree7b54e1cd43d44c9043a15cd362177ad49ac6c4d8 /externals/grill/vasp/source/main.cpp
parent1820cb0abcf086dac58a1ec70fae2f3928c25e1d (diff)
""
svn path=/trunk/; revision=511
Diffstat (limited to 'externals/grill/vasp/source/main.cpp')
-rw-r--r--externals/grill/vasp/source/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/vasp/source/main.cpp b/externals/grill/vasp/source/main.cpp
index 4efd6e36..6a1e01cf 100644
--- a/externals/grill/vasp/source/main.cpp
+++ b/externals/grill/vasp/source/main.cpp
@@ -12,11 +12,11 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "classes.h"
-const C *VASP_VERSION = "0.1.3pre5";
+const C *VASP_VERSION = "0.1.3pre6";
#include "opfuns.h"
-V lib_setup()
+static V vasp_main()
{
post("");
post("-----------------------------------------");
@@ -207,7 +207,7 @@ V lib_setup()
VASP__SETUP(cifft)
}
-FLEXT_LIB_SETUP(vasp,lib_setup)
+FLEXT_LIB_SETUP(vasp,vasp_main)