summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-07-04 01:25:29 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-07-04 01:25:29 +0000
commit5890fa36427bdea8efe70079e3cd1e5612312e77 (patch)
tree47d730568fc835f8f37d54728de142c767699f3d /src/include/cctk_Groups.h
parentd9fda6d54df1e6de28a99e812e6c5769e4d9be4a (diff)
Introduce cctk_ash, retire cctk_lssh
Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4841 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index 0d101a76..bcd64402 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -16,7 +16,6 @@ typedef struct
int grouptype;
int vartype;
int disttype;
- int stagtype;
int dim;
int numvars;
int numtimelevels;
@@ -34,8 +33,6 @@ extern "C"
#include "cctk_Types.h"
-int CCTK_StaggerVars(void);
-
int CCTK_DecomposeName(const char *fullname,
char **implementation,
char **name);