aboutsummaryrefslogtreecommitdiff
path: root/src/include/pughi.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-04-19 19:31:27 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-04-19 19:31:27 +0000
commit30c0cac2c08c216c3874938bac39759e34d2e287 (patch)
tree16c438a47ce05f78729c41896f7cb0c093befc3c /src/include/pughi.h
parent4123693e65e3a7203f7d6075cccce46025d04b80 (diff)
Removed prototype for PUGH_EnableGArrayGroupStorage() which is now
a static routine in Storage.c. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@317 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pughi.h')
-rw-r--r--src/include/pughi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/pughi.h b/src/include/pughi.h
index 2971f57..7a3695c 100644
--- a/src/include/pughi.h
+++ b/src/include/pughi.h
@@ -132,11 +132,6 @@ pComm *PUGH_SetupGArrayComm(pGH *pughGH,
int vartype,
pGExtras *extras);
-int PUGH_EnableGArrayGroupStorage(pGH *pughGH,
- int first_var,
- int n_variables,
- int n_timelevels);
-
int PUGH_EnableGArrayDataStorage(pGA *GA,
int this_proc,
int zero_memory,