File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,29 +8,29 @@ namespace cmdstan {
8
8
9
9
void write_stan_flags (stan::callbacks::writer &writer) {
10
10
#ifdef STAN_OPENCL
11
- writer (" STAN_OPENCL=true" );
11
+ writer (" STAN_OPENCL=true" );
12
12
#else
13
- writer (" STAN_OPENCL=false" );
13
+ writer (" STAN_OPENCL=false" );
14
14
#endif
15
15
#ifdef STAN_THREADS
16
- writer (" STAN_THREADS=true" );
16
+ writer (" STAN_THREADS=true" );
17
17
#else
18
- writer (" STAN_THREADS=false" );
18
+ writer (" STAN_THREADS=false" );
19
19
#endif
20
20
#ifdef STAN_MPI
21
- writer (" STAN_MPI=true" );
21
+ writer (" STAN_MPI=true" );
22
22
#else
23
- writer (" STAN_MPI=false" );
23
+ writer (" STAN_MPI=false" );
24
24
#endif
25
25
#ifdef STAN_NO_RANGE_CHECKS
26
- writer (" STAN_NO_RANGE_CHECKS=true" );
26
+ writer (" STAN_NO_RANGE_CHECKS=true" );
27
27
#else
28
- writer (" STAN_NO_RANGE_CHECKS=false" );
28
+ writer (" STAN_NO_RANGE_CHECKS=false" );
29
29
#endif
30
30
#ifdef STAN_CPP_OPTIMS
31
- writer (" STAN_CPP_OPTIMS=true" );
31
+ writer (" STAN_CPP_OPTIMS=true" );
32
32
#else
33
- writer (" STAN_CPP_OPTIMS=false" );
33
+ writer (" STAN_CPP_OPTIMS=false" );
34
34
#endif
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments