aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-10-28 17:51:56 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2013-10-28 17:51:56 +0100
commit924d268009089a6a8b178997f56df248268dcfc6 (patch)
treea249fc74cedf8f180cd7a07b66512a53e348f24f
parentcaadfb1214b142be4512d86994fdfdac9a45206b (diff)
Regenerate code (Kranc commit 20e7a8feb560e494efe6b00db07af8b350fc9783)
-rw-r--r--ML_ADM/interface.ccl6
-rw-r--r--ML_ADMConstraints/interface.ccl4
-rw-r--r--ML_ADMQuantities/interface.ccl4
-rw-r--r--ML_BSSN/interface.ccl6
-rw-r--r--ML_CCZ4/interface.ccl6
-rw-r--r--ML_WaveToy/interface.ccl6
-rw-r--r--ML_WaveToy_CL/interface.ccl6
7 files changed, 19 insertions, 19 deletions
diff --git a/ML_ADM/interface.ccl b/ML_ADM/interface.ccl
index e609e72..1881df5 100644
--- a/ML_ADM/interface.ccl
+++ b/ML_ADM/interface.ccl
@@ -2,15 +2,15 @@
implements: ML_ADM
-inherits: ADMBase TmunuBase Grid GenericFD Boundary
+inherits: ADMBase Boundary GenericFD Grid TmunuBase
USES INCLUDE: GenericFD.h
-USES INCLUDE: Symmetry.h
-USES INCLUDE: Boundary.h
USES INCLUDE: loopcontrol.h
+USES INCLUDE: Symmetry.h
USES INCLUDE: vectors.h
+USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_ADMConstraints/interface.ccl b/ML_ADMConstraints/interface.ccl
index 17ba19f..82aedde 100644
--- a/ML_ADMConstraints/interface.ccl
+++ b/ML_ADMConstraints/interface.ccl
@@ -2,14 +2,14 @@
implements: ML_ADMConstraints
-inherits: ADMBase TmunuBase Grid GenericFD Boundary
+inherits: ADMBase Boundary GenericFD Grid TmunuBase
USES INCLUDE: GenericFD.h
+USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
-USES INCLUDE: loopcontrol.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_ADMQuantities/interface.ccl b/ML_ADMQuantities/interface.ccl
index b2b7daf..8e01fa0 100644
--- a/ML_ADMQuantities/interface.ccl
+++ b/ML_ADMQuantities/interface.ccl
@@ -2,14 +2,14 @@
implements: ML_ADMQuantities
-inherits: ADMBase ML_BSSN TmunuBase Grid GenericFD Boundary
+inherits: ADMBase Boundary GenericFD Grid ML_BSSN TmunuBase
USES INCLUDE: GenericFD.h
+USES INCLUDE: loopcontrol.h
USES INCLUDE: Symmetry.h
USES INCLUDE: Boundary.h
-USES INCLUDE: loopcontrol.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_BSSN/interface.ccl b/ML_BSSN/interface.ccl
index 306eaa7..ae48008 100644
--- a/ML_BSSN/interface.ccl
+++ b/ML_BSSN/interface.ccl
@@ -2,15 +2,15 @@
implements: ML_BSSN
-inherits: ADMBase TmunuBase Grid GenericFD Boundary
+inherits: ADMBase Boundary GenericFD Grid TmunuBase
USES INCLUDE: GenericFD.h
-USES INCLUDE: Symmetry.h
-USES INCLUDE: Boundary.h
USES INCLUDE: loopcontrol.h
+USES INCLUDE: Symmetry.h
USES INCLUDE: vectors.h
+USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_CCZ4/interface.ccl b/ML_CCZ4/interface.ccl
index 8b2b2e3..6126dce 100644
--- a/ML_CCZ4/interface.ccl
+++ b/ML_CCZ4/interface.ccl
@@ -2,15 +2,15 @@
implements: ML_CCZ4
-inherits: ADMBase TmunuBase Grid GenericFD Boundary
+inherits: ADMBase Boundary GenericFD Grid TmunuBase
USES INCLUDE: GenericFD.h
-USES INCLUDE: Symmetry.h
-USES INCLUDE: Boundary.h
USES INCLUDE: loopcontrol.h
+USES INCLUDE: Symmetry.h
USES INCLUDE: vectors.h
+USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_WaveToy/interface.ccl b/ML_WaveToy/interface.ccl
index 8263a2e..2b34bbb 100644
--- a/ML_WaveToy/interface.ccl
+++ b/ML_WaveToy/interface.ccl
@@ -2,15 +2,15 @@
implements: ML_WaveToy
-inherits: Grid GenericFD Boundary
+inherits: Boundary GenericFD Grid
USES INCLUDE: GenericFD.h
-USES INCLUDE: Symmetry.h
-USES INCLUDE: Boundary.h
USES INCLUDE: loopcontrol.h
+USES INCLUDE: Symmetry.h
USES INCLUDE: vectors.h
+USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved
diff --git a/ML_WaveToy_CL/interface.ccl b/ML_WaveToy_CL/interface.ccl
index 0b1a5ff..2cc3dae 100644
--- a/ML_WaveToy_CL/interface.ccl
+++ b/ML_WaveToy_CL/interface.ccl
@@ -2,16 +2,16 @@
implements: ML_WaveToy_CL
-inherits: Grid GenericFD Boundary
+inherits: Boundary GenericFD Grid
USES INCLUDE: GenericFD.h
-USES INCLUDE: Symmetry.h
-USES INCLUDE: Boundary.h
USES INCLUDE: loopcontrol.h
USES INCLUDE: OpenCLRunTime.h
+USES INCLUDE: Symmetry.h
USES INCLUDE: vectors.h
+USES INCLUDE: Boundary.h
CCTK_INT FUNCTION MoLRegisterEvolved(CCTK_INT IN EvolvedIndex, CCTK_INT IN RHSIndex)
USES FUNCTION MoLRegisterEvolved