summaryrefslogtreecommitdiff
path: root/src/include/cctk_Coord.h
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-01 18:09:37 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-10-01 18:09:37 +0000
commitba845170f30561eb88927922650c566f25bea717 (patch)
treed4a99d76f24d016ca904e093d655afc9f5aeb4d1 /src/include/cctk_Coord.h
parentc67134c6a9ac93ac1f5c2219da720416029ed378 (diff)
Fixed misspelling in prototype declaration for CCTK_CoordSystemHandle().
This closes PR Cactus/795. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2390 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Coord.h')
-rw-r--r--src/include/cctk_Coord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_Coord.h b/src/include/cctk_Coord.h
index d3095018..08670dc8 100644
--- a/src/include/cctk_Coord.h
+++ b/src/include/cctk_Coord.h
@@ -32,7 +32,7 @@ int CCTK_CoordDir(const char *name,
int CCTK_CoordSystemDim(const char *systemname);
-int CCTK_CoordSystemHande(const char *systemname);
+int CCTK_CoordSystemHandle(const char *systemname);
const char *CCTK_CoordSystemName(int handle);