aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_extension.h
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-02 12:46:07 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-02-02 12:46:07 +0000
commit89aecf06c6c5f4576d987727c11ee9923ced5221 (patch)
treeaf95cca7a85e3b4f9cb34a911aa9e875205093e5 /src/pugh_extension.h
parent3aa37af3c2186fae78174580edf400b778cf0ebf (diff)
Added a function
pGH *pugh_pGH(cGH *GH) which takes a cGH and returns the associated pGH. Added identity_string to the pGH. These changes are for future multi-patch or multi-block changes to PUGH. When that happens the PUGH GHExtension will no longer be a pGH, but instead a structure containing a list or array of pGHs and status stuff so PUGH knows which pGH is active when its routines are called. If your thorn uses a pGH directly from the GH Extension, please change it to use the new function. Of course in principle no-one should be using the pGH anyway, alas currently a fair number of things need it 8-( Ho hum. Also removed obsolete rfrTraverse stuff completely from PUGH. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@156 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_extension.h')
-rw-r--r--src/pugh_extension.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pugh_extension.h b/src/pugh_extension.h
index 702659e..31b9a31 100644
--- a/src/pugh_extension.h
+++ b/src/pugh_extension.h
@@ -24,9 +24,6 @@ void *pugh_SetupGH(tFleshConfig *config,
int pugh_InitGH(cGH *GH);
-int pugh_rfrTraverseGH(cGH *GH,
- int rfrpoint);
-
int pugh_ScheduleTraverseGH(cGH *GH, const char *where);
#ifdef _cplusplus