aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl1
-rw-r--r--param.ccl1
-rw-r--r--schedule.ccl1
-rw-r--r--src/make.code.defn1
4 files changed, 0 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index ee17e13..ba584f4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -3,4 +3,3 @@
implements: idscalarwave
inherits: wavetoy grid
-
diff --git a/param.ccl b/param.ccl
index 3d3c0cb..121f714 100644
--- a/param.ccl
+++ b/param.ccl
@@ -48,4 +48,3 @@ REAL amplitude "The amplitude of the waves"
{
*:* :: "No restriction"
} 1.0
-
diff --git a/schedule.ccl b/schedule.ccl
index 684488e..bb6c434 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,4 +11,3 @@ schedule IDScalarWaveC_InitialData at CCTK_INITIAL as WaveToy_InitialData
STORAGE: wavetoy::scalarevolve[3]
LANG: C
} "Initial data for 3D wave equation"
-
diff --git a/src/make.code.defn b/src/make.code.defn
index f96f4ed..59c7eb9 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -6,4 +6,3 @@ SRCS = InitialData.c CheckParameters.c
# Subdirectories containing source files
SUBDIRS =
-