aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@6ca9aeac-0e4f-0410-a746-fe4df63e9d0c>2008-08-27 14:50:30 +0000
committerschnetter <schnetter@6ca9aeac-0e4f-0410-a746-fe4df63e9d0c>2008-08-27 14:50:30 +0000
commit9c5cb5364971e404dff6c3a26c02159fc1a333d2 (patch)
tree1f40fb2123f99798d1ef433ef29c78c9d52d2aae
parent90e5b7d88af42927c5d5e8b7d7a904c0aa65404e (diff)
Remove $Header$ comments
Correct parameter value ranges to include the default values git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/InterpToArray/trunk@9 6ca9aeac-0e4f-0410-a746-fe4df63e9d0c
-rw-r--r--README6
-rw-r--r--doc/documentation.tex5
-rw-r--r--interface.ccl1
-rw-r--r--param.ccl37
-rw-r--r--schedule.ccl1
-rw-r--r--src/interp.c2
-rw-r--r--src/make.code.defn1
7 files changed, 20 insertions, 33 deletions
diff --git a/README b/README
index 8c7d95b..9d05da1 100644
--- a/README
+++ b/README
@@ -1,8 +1,6 @@
-CVS info : $Header$
-
Cactus Code Thorn InterpToArray
-Thorn Author(s) : Erik Schnetter <schnetter@aei.mpg.de>
-Thorn Maintainer(s) : Erik Schnetter <schnetter@aei.mpg.de>
+Thorn Author(s) : Erik Schnetter <schnetter@cct.lsu.edu>
+Thorn Maintainer(s) : Erik Schnetter <schnetter@cct.lsu.edu>
--------------------------------------------------------------------------
Purpose of the thorn:
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 4a57c9c..322776c 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -2,7 +2,6 @@
% Cactus Thorn template for ThornGuide documentation
% Author: Ian Kelley
% Date: Sun Jun 02, 2002
-% $Header$
%
% Thorn documentation in the latex file doc/documentation.tex
% will be included in ThornGuides built with the Cactus make system.
@@ -66,7 +65,6 @@
% *======================================================================*
% If you are using CVS use this line to give version information
-% $Header$
\documentclass{article}
@@ -84,9 +82,6 @@
% The title of the document (not necessarily the name of the Thorn)
\title{}
-% the date your document was last changed, if your document is in CVS,
-% please use:
-% \date{$ $Date$ $}
\date{July 15 2004}
\maketitle
diff --git a/interface.ccl b/interface.ccl
index 39d3cc4..551200d 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,5 +1,4 @@
# Interface definition for thorn InterpToArray
-# $Header$
IMPLEMENTS: InterpToArray
diff --git a/param.ccl b/param.ccl
index 31b5fe3..aa045d7 100644
--- a/param.ccl
+++ b/param.ccl
@@ -1,5 +1,4 @@
# Parameter definitions for thorn InterpToArray
-# $Header$
RESTRICTED:
@@ -91,17 +90,17 @@ INT array1d_npoints_i "Number of grid points for the 1D grid arrays in the i dir
REAL array1d_dx_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array1d_dy_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array1d_dz_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
@@ -139,17 +138,17 @@ INT array2d_npoints_i "Number of grid points for the 2D grid arrays in the i dir
REAL array2d_dx_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array2d_dy_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array2d_dz_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
INT array2d_npoints_j "Number of grid points for the 2D grid arrays in the j direction"
@@ -159,17 +158,17 @@ INT array2d_npoints_j "Number of grid points for the 2D grid arrays in the j dir
REAL array2d_dx_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array2d_dy_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array2d_dz_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
@@ -207,17 +206,17 @@ INT array3d_npoints_i "Number of grid points for the 3D grid arrays in the i dir
REAL array3d_dx_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dy_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dz_i "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
INT array3d_npoints_j "Number of grid points for the 3D grid arrays in the j direction"
@@ -227,17 +226,17 @@ INT array3d_npoints_j "Number of grid points for the 3D grid arrays in the j dir
REAL array3d_dx_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dy_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dz_j "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
INT array3d_npoints_k "Number of grid points for the 3D grid arrays in the k direction"
@@ -247,15 +246,15 @@ INT array3d_npoints_k "Number of grid points for the 3D grid arrays in the k dir
REAL array3d_dx_k "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dy_k "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
REAL array3d_dz_k "Spacing" STEERABLE=always
{
- (0:* :: ""
+ 0.0:* :: ""
} 0.0
diff --git a/schedule.ccl b/schedule.ccl
index 561a8c4..1ae3eb1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,5 +1,4 @@
# Schedule definitions for thorn InterpToArray
-# $Header$
SCHEDULE InterpToArray AT analysis
{
diff --git a/src/interp.c b/src/interp.c
index 91a84b8..e2dbbec 100644
--- a/src/interp.c
+++ b/src/interp.c
@@ -1,5 +1,3 @@
-/* $Header$ */
-
#include <assert.h>
#include <stdlib.h>
diff --git a/src/make.code.defn b/src/make.code.defn
index c544e8f..f246f8e 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,5 +1,4 @@
# Main make.code.defn file for thorn InterpToArray
-# $Header$
# Source files in this directory
SRCS = interp.c