summaryrefslogtreecommitdiff
path: root/src/include/ParameterBindings.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
commitd475e8040a76eb7776eb5ed8f3f3edc0f417f6c7 (patch)
treee377c6a035918a2ef81c2655946a11b27513e253 /src/include/ParameterBindings.h
parent1de5cce82d9fac333fba971bd5c19547c4d22abe (diff)
Removed tabs from files.
Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/ParameterBindings.h')
-rw-r--r--src/include/ParameterBindings.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/ParameterBindings.h b/src/include/ParameterBindings.h
index d1b590a8..c1b055df 100644
--- a/src/include/ParameterBindings.h
+++ b/src/include/ParameterBindings.h
@@ -5,6 +5,7 @@
@desc
Defines for parameter stuff
@enddesc
+ @version $Header$
@@*/
#ifndef _PARAMETERBINDINGS_H_
@@ -16,15 +17,15 @@ extern "C" {
#endif
int ParameterCreate(const char *name, /* The parameter name */
- const char *thorn, /* The thorn */
- const char *type, /* The parameter type */
+ const char *thorn, /* The thorn */
+ const char *type, /* The parameter type */
const char *scope, /* The scoping block */
int steerable, /* Is it steerable ? */
const char *description, /* The description */
const char *defval, /* The default value */
void *datapointer, /* The actual data */
int n_ranges, /* How many allowed ranges it has */
- ...);
+ ...);
int ParameterAddRange(const char *implementation,
const char *name,