From bd6c262b01527452998ca113dcaea39f45d91d1f Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 5 Feb 2000 16:55:01 +0000 Subject: Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllSOR/trunk@49 fa3da13c-9f13-4301-a575-cf5b8c5e1907 --- src/Startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Startup.c b/src/Startup.c index 593fc83..df2e3d9 100644 --- a/src/Startup.c +++ b/src/Startup.c @@ -54,6 +54,6 @@ void EllSOR_Register(cGH *GH) err = Ell_CreateKey(CCTK_VARIABLE_STRING,"EllSOR::Bnd::Robin"); err = Ell_CreateKey(CCTK_VARIABLE_STRING,"EllSOR::Bnd::Const"); - USE_CCTK_PARAMETERS + } -- cgit v1.2.3