aboutsummaryrefslogtreecommitdiff
path: root/src/SetupGroup.c
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-19 14:09:40 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>1999-09-19 14:09:40 +0000
commit51c4d09536af56e24e522e47b669f6a05f380a78 (patch)
treea9a0bfffdbcd32a736961b42bbe656cb87c25633 /src/SetupGroup.c
parent65c7b7baddbaf77bbd76356e5271cff50eb3a656 (diff)
Stop if an array group is used !
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@89 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/SetupGroup.c')
-rw-r--r--src/SetupGroup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SetupGroup.c b/src/SetupGroup.c
index e7d5637..fbf9cc4 100644
--- a/src/SetupGroup.c
+++ b/src/SetupGroup.c
@@ -140,6 +140,10 @@ int pugh_SetupScalarGroup(pGH *newGH, int vtype, int n_variables, int n_timeleve
int pugh_SetupArrayGroup(pGH *newGH, int vtype, int dim, int n_variables, int n_timelevels)
{
+
+ fprintf(stderr, "PUGH doesn't yet support array groups, sorry !\n");
+ exit(1);
+
return 0;
}