aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@0337457d-221f-4ee6-a5f0-14255d5370d8>2004-05-17 12:40:46 +0000
committergoodale <goodale@0337457d-221f-4ee6-a5f0-14255d5370d8>2004-05-17 12:40:46 +0000
commitedfd2f47e7e2658b207ee924eeb0809aa6da88d8 (patch)
tree61dd6ecd97ced1c9bac00861568bf52fe40783f1
parentdc919b9ab3f03a4bb31a51addeb3a8ebbb594eda (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@18 0337457d-221f-4ee6-a5f0-14255d5370d8
-rw-r--r--src/coordbaseGH.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coordbaseGH.h b/src/coordbaseGH.h
index d07ef4d..db44d64 100644
--- a/src/coordbaseGH.h
+++ b/src/coordbaseGH.h
@@ -22,7 +22,7 @@ typedef struct COORDBASEGH
uHash *coordsystems; /* Hash table mapping coord systems to tables */
int *default_coord_systems; /* Default coord system for each dimension */
/* int max_dimension; Allocated size of default_coord_system
- array (not used currently) */
+ array (not used currently) */
} coordbaseGH;
#ifdef __cplusplus