aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/param.ccl
blob: 7731ef890869078b7b6594a26e1e4c6d8dabfad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Parameter definitions for thorn CarpetLib
# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/param.ccl,v 1.6 2003/11/05 16:18:38 schnetter Exp $

private:

BOOLEAN verbose "Print info to the screen"
{
} "no"

BOOLEAN check_array_accesses "Check all array accesses in Fortran"
{
} "no"

BOOLEAN barriers "Insert barriers at strategic places for debugging purposes (slows down execution)"
{
} "no"

BOOLEAN output_bboxes "Output bounding box information to the screen"
{
} "no"