aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
blob: 926dbbb1d46fc15acb3512379087b9ab2ff89dbd (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
# Main make.code.defn file for thorn MoL
# $Header$

# Source files in this directory
SRCS = 	ChangeType.c \
	Counter.c \
	GenericRK.c \
	ICN.c \
	IndexArrays.c \
	InitialCopy.c \
	ParamCheck.c \
	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 =