aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2004-05-17 12:40:46 +0000
committergoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2004-05-17 12:40:46 +0000
commit6451cc25f55b63330b167ed2965ea44b707a506a (patch)
treeb8a3156286123f933b05899aaa326145f8127b0a
parent6bbc7d5fa2ee44fd7d78ab7c2b931207ce164667 (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@43 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
-rw-r--r--src/SpaceMask.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/SpaceMask.h b/src/SpaceMask.h
index 4c4149a..fe941f6 100644
--- a/src/SpaceMask.h
+++ b/src/SpaceMask.h
@@ -25,15 +25,15 @@ extern "C"
/* publicly visible routines */
int SpaceMask_RegisterType(const char* type_name, int nstates,
- const char* const state_list[]);
+ const char* const state_list[]);
int SpaceMask_AppendStatesToType(const char* type_name, int nstates,
- const char* const state_list[]);
+ const char* const state_list[]);
CCTK_INT SpaceMask_GetTypeBits(const char* type_name);
CCTK_INT SpaceMask_GetStateBits(const char* type_name, const char* state_name);
void SpaceMask_SetState(CCTK_INT* mask, int point,
- const char* type_name, const char* state);
+ const char* type_name, const char* state);
CCTK_INT SpaceMask_CheckState(const CCTK_INT* mask, int point,
- const char* type_name, const char* state);
+ const char* type_name, const char* state);
#ifdef __cplusplus
}
@@ -81,7 +81,7 @@ extern SpaceMask_Registry* spacemask_Registry;
@date 15 October 2002
@desc
Sets the mask at a point to the given state, as specified
- using a bitmask.
+ using a bitmask.
@enddesc
@@*/
@@ -101,7 +101,7 @@ extern SpaceMask_Registry* spacemask_Registry;
@date 15 October 2002
@desc
Checks that the mask at a point has the specified state,
- in which case return 1, otherwise return 0.
+ in which case return 1, otherwise return 0.
@enddesc
@@*/