aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-26 17:45:19 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-26 17:45:19 +0000
commit01b6cde8ff10b872f9a094ebcea1d03c15b72b97 (patch)
tree01b51e47957b634232c3ea59525fc3c94245fb84
parent6082bf512e1894e5e722a1f1b6864d197b23d989 (diff)
Remove extraneous comment. Fixes CactusBase/1593.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@182 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--src/CartGrid3D.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CartGrid3D.c b/src/CartGrid3D.c
index 3e348e9..0a696e0 100644
--- a/src/CartGrid3D.c
+++ b/src/CartGrid3D.c
@@ -555,7 +555,6 @@ void CartGrid3D(CCTK_ARGUMENTS)
ierr += Util_TableSetReal (coord_handle, cctk_delta_space[2], "DELTA");
/* cart2d x */
- //WriteCoordinateTable(cctkGH, "cart3d");
coord_handle = Coord_CoordHandle(cctkGH, "x", "cart2d");
if (coord_handle<0)
{