aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: f11c36bcdd258bbc555fc7036f09779eeb9cef55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Main make.code.defn file for thorn MoL
# $Header$

# Source files in this directory
SRCS = 	AB.c \
	ChangeType.c \
	Counter.c \
	Euler.c \
	GenericRK.c \
	ICN.c \
	IndexArrays.c \
	InitialCopy.c \
	Operators.c \
	ParamCheck.c \
	RK2.c \
	RK2-MR-2_1.c \
	RK4-MR-2_1.c \
	RK4-RK2.c \
	RK3.c \
	RK4.c \
	RK45.c \
	RK65.c \
	RK87.c \
	Registration.c \
	RKCoefficients.c \
	RHSNaNCheck.c \
	SandR.c \
	SetTime.c \
	Startup.c \
	StepSize.c

# Subdirectories containing source files
SUBDIRS =