summaryrefslogtreecommitdiff
path: root/src/param.ccl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-14 19:36:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-14 19:36:38 +0000
commite30555de7faf252008cad7d5693f85648d542eed (patch)
treec46a98117f13ecd2cca5d4fe3a4a9056c335ab66 /src/param.ccl
parente2157746304b8f3ba16d30e6048a58a07972de20 (diff)
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
Diffstat (limited to 'src/param.ccl')
-rw-r--r--src/param.ccl15
1 files changed, 0 insertions, 15 deletions
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