From e30555de7faf252008cad7d5693f85648d542eed Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 14 Feb 1999 19:36:38 +0000 Subject: Took away nx,ny,nz which I'd erroneously added git-svn-id: http://svn.cactuscode.org/flesh/trunk@269 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/param.ccl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/param.ccl') diff --git a/src/param.ccl b/src/param.ccl index 053e93c5..582910b7 100644 --- a/src/param.ccl +++ b/src/param.ccl @@ -9,18 +9,3 @@ # @endhistory #@@*/ - -public: - -INTEGER nx "Grid size in first coordinate direction" -{ - 1:: -} 10 -INTEGER ny "Grid size in second coordinate direction" -{ - 1:: -} 10 -INTEGER nz "Grid size in third coordinate direction" -{ - 1:: -} 10 -- cgit v1.2.3