MR: intro'd VERBOSE_PRINT switch

This commit is contained in:
Matthias Rheinhardt
2019-06-26 15:13:56 +03:00
parent 174e29add6
commit 25f1ec7959

View File

@@ -153,7 +153,7 @@ update_config(AcMeshInfo* config)
config->real_params[AC_sq2GM_star] = AcReal(sqrt(AcReal(2) * config->real_params[AC_GM_star]));
const bool print_config = true;
#ifndef PENCIL_ASTAROTH
#ifdef VERBOSE_PRINT
if (print_config) {
printf("###############################################################"
"\n");