From ee23c1ca2bea02c08ff629cfbe1978e2971b1767 Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 16 May 2002 16:02:22 +0000 Subject: change values of macros so that creating a key twice won't be seen as a terminal error git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllBase/trunk@68 57bc7290-fb3d-4efd-a9b1-28e84cce6043 --- src/Ell_DBstructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ell_DBstructure.h b/src/Ell_DBstructure.h index 1f4af09..751a649 100644 --- a/src/Ell_DBstructure.h +++ b/src/Ell_DBstructure.h @@ -8,7 +8,7 @@ #define ELL_ISNOKEY -1 #define ELLCREATE_FAILED -1 -#define ELLCREATE_TWICE -2 +#define ELLCREATE_TWICE 1 #define ELLGET_NOKEY -1 #define ELLGET_BADTYPE -2 -- cgit v1.2.3