summaryrefslogtreecommitdiff
path: root/src/include/Coords.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-04-22 14:26:53 +0000
commit0b227c37425c33f1d87e8414a19ed2f12600ffd9 (patch)
tree7338e5dbed049b3189df3fba48fe87a2d0690d74 /src/include/Coords.h
parentb8a990eee99d27d1b1382208c60a2996c56d4ea3 (diff)
Initial stuff for adding errorcodes ... Tom I still can't find
the one you say is in Cactus3.0? git-svn-id: http://svn.cactuscode.org/flesh/trunk@490 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/Coords.h')
-rw-r--r--src/include/Coords.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/include/Coords.h b/src/include/Coords.h
index a1d9a4ab..f117fa1d 100644
--- a/src/include/Coords.h
+++ b/src/include/Coords.h
@@ -1,5 +1,5 @@
/*@@
- @header Coords.h
+ @header Coord.h
@date Mon April 12 1999
@author Gabrielle Allen
@desc
@@ -8,8 +8,8 @@
@version $Header$
@@*/
-#ifndef _COORDS_H_
-#define _COORDS_H_
+#ifndef _COORD_H_
+#define _COORD_H_
/* Prototypes */
@@ -18,6 +18,15 @@ extern "C" {
#endif
+struct Coordprops
+{
+ char * name;
+ int index;
+ int direction;
+};
+
+
+
#ifdef __cplusplus
}
#endif