aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy_CL
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 17:08:32 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 17:08:32 +0200
commitc5c0d64c28b5c16442971ea4ada4d630b30ac1cd (patch)
treed1755dfc9f84d4631b85a105ef14eb9e3e38d8cb /ML_WaveToy_CL
parentf3658abe109d03836276d4acff614c38f410ad56 (diff)
Regenerate code (Kranc commit 5238aa95745f46501d3f1ac657a02af0b0a44477)
Changes order of source files in makefile
Diffstat (limited to 'ML_WaveToy_CL')
-rw-r--r--ML_WaveToy_CL/src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ML_WaveToy_CL/src/make.code.defn b/ML_WaveToy_CL/src/make.code.defn
index 0069b28..56af643 100644
--- a/ML_WaveToy_CL/src/make.code.defn
+++ b/ML_WaveToy_CL/src/make.code.defn
@@ -1,3 +1,3 @@
# File produced by Kranc
-SRCS = Startup.cc RegisterSymmetries.cc RegisterMoL.cc WT_CL_Gaussian.cc WT_CL_Standing.cc WT_CL_RHS.cc WT_CL_Dirichlet.cc WT_CL_Energy.cc WT_CL_EnergyBoundary.cc Boundaries.cc
+SRCS = Boundaries.cc RegisterMoL.cc RegisterSymmetries.cc Startup.cc WT_CL_Dirichlet.cc WT_CL_EnergyBoundary.cc WT_CL_Energy.cc WT_CL_Gaussian.cc WT_CL_RHS.cc WT_CL_Standing.cc