aboutsummaryrefslogtreecommitdiff
path: root/src/include/README
blob: a616529339c16294fbba6a35da765e42a3d6ae26 (plain)
1
2
3
4
5
6
7
8
9
10
11
This directory holds header files common to all of this thorn.

stdc.h
	is a low-level file defining Jonathan Thornburg's "dialect" of C,
	including the "then" pseudo-keyword you'll see all through the
	source code

config.hh
	defines compile-time configuration for this thorn, eg the "fp"
	typedef (= CCTK_REAL), the choice of 2nd vs 4th order finite
	differencing, etc etc