aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 16:02:31 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-03-05 16:02:31 +0000
commitb9a3a596467e5771bae1c5b096bc4da1f99a2993 (patch)
treea95886aed3fbdcbafd501dfe52a3151e0643ca36 /src/include
parentc1af4abae8cf33396775ec0ca472ea2b53169f5c (diff)
Adding prototypes and removing warning messages
Fixed CactusPUGH-PUGH/256 (missing prototype) git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@172 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pugh_constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/pugh_constants.h b/src/include/pugh_constants.h
index ba5fdbd..c4a647d 100644
--- a/src/include/pugh_constants.h
+++ b/src/include/pugh_constants.h
@@ -17,8 +17,9 @@
#define PUGH_COMM(i) i+4
/* Constants for the storage */
-#define PUGH_NOSTORAGE 0
-#define PUGH_STORAGE 1
+#define PUGH_UNDEFINEDSTORAGE -1
+#define PUGH_NOSTORAGE 0
+#define PUGH_STORAGE 1
/* Constants for the GF Type. Only one now ... */
/* Number of staggerings available in the code */