aboutsummaryrefslogtreecommitdiff
path: root/src/CopyBoundary.c
diff options
context:
space:
mode:
authorallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-02-05 16:54:17 +0000
committerallen <allen@6a38eb6e-646e-4a02-a296-d141613ad6c4>2000-02-05 16:54:17 +0000
commitbb6836fc02121f90a6d679f3b5ff0ca1a0318de5 (patch)
treed27e19494ce2cc6fed4dbfc9e2dee06062bf571a /src/CopyBoundary.c
parent5eb800260a72727a37a3b8c959871d1cc0daa22a (diff)
Removing USE_CCTK_ARGUMENTS and USE_CCTK_PARAMETERS since they are
automatically included now git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@81 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'src/CopyBoundary.c')
-rw-r--r--src/CopyBoundary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CopyBoundary.c b/src/CopyBoundary.c
index 452e2d8..79683a7 100644
--- a/src/CopyBoundary.c
+++ b/src/CopyBoundary.c
@@ -233,7 +233,7 @@ int CopyBCVarI(cGH *GH,
return(retval);
- USE_CCTK_PARAMETERS
+
}