summaryrefslogtreecommitdiff
path: root/src/include/cctki_Groups.h
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-21 15:27:25 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-21 15:27:25 +0000
commita78302e02db75eefebcaea943239ec48099c556e (patch)
tree67328e853b33fda8b98b400a39c5601c26d3c1e5 /src/include/cctki_Groups.h
parentd214164831555d2307ac1c6b9bd53bee8f6f84f4 (diff)
Allow vector groups of scalars.
Allow vector groups with more than one declared variable. Much of this patch consists of removing special case code for scalars. Scalars are now almost everywhere treated as rank 0 arrays. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3465 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_Groups.h')
-rw-r--r--src/include/cctki_Groups.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/cctki_Groups.h b/src/include/cctki_Groups.h
index c0b81ba9..a4b7d34b 100644
--- a/src/include/cctki_Groups.h
+++ b/src/include/cctki_Groups.h
@@ -32,7 +32,8 @@ int CCTKi_CreateGroup(const char *gname,
const char *size,
const char *ghostsize,
const char *tags,
- int n_variables,
+ const char *vararraysize,
+ int n_basevars,
...);
#ifdef __cplusplus