From 5bdd5ad6f48700cba0e6463a7cd24900beec219e Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Tue, 7 Dec 2010 17:04:34 +0100 Subject: Remove ancient unused code --- .../Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c') diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c index 9084f65..f23f8dc 100644 --- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c +++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/GenericFD.c @@ -97,20 +97,6 @@ int GenericFD_GetBoundaryWidth(cGH const * restrict const cctkGH) return bw; } -/* int GenericFD_BoundaryWidthTable(cGH const * restrict const cctkGH) */ -/* { */ -/* int nboundaryzones[6]; */ -/* GenericFD_GetBoundaryWidth(cctkGH, nboundaryzones); */ - -/* int table = Util_TableCreate(0); */ -/* if (table < 0) CCTK_WARN(0, "Could not create table"); */ - -/* if (Util_TableSetIntArray(table, 6, nboundaryzones, "BOUNDARY_WIDTH") < 0) */ -/* CCTK_WARN(0, "Could not set table"); */ -/* return table; */ -/* } */ - - /* Return the array indices in imin and imax for looping over the interior of the grid. imin is the index of the first grid point. imax is the index of the last grid point plus 1. So a loop over -- cgit v1.2.3