From 4f4a6c4f93991d738607db809336e536f415aab1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 29 Jan 2005 15:59:31 +0000 Subject: Remove self field from cGH structure git-svn-id: http://svn.cactuscode.org/flesh/trunk@3971 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/comm/CactusDefaultComm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/comm') diff --git a/src/comm/CactusDefaultComm.c b/src/comm/CactusDefaultComm.c index 71b1f5be..5f6db79f 100644 --- a/src/comm/CactusDefaultComm.c +++ b/src/comm/CactusDefaultComm.c @@ -152,8 +152,6 @@ cGH *CactusDefaultSetupGH(tFleshConfig *config, int convergence_level) thisGH = malloc(sizeof(cGH)); if(thisGH) { - thisGH->self = thisGH; - thisGH->cctk_dim = CCTK_MaxDim(); /* Need this to be at least one otherwise the memory allocation will fail */ -- cgit v1.2.3