MR: added PENCIL_ASTAROTH

This commit is contained in:
Matthias Rheinhardt
2019-06-26 15:11:32 +03:00
parent ffe9df1bb0
commit 174e29add6

View File

@@ -153,6 +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
if (print_config) {
printf("###############################################################"
"\n");
@@ -161,6 +162,7 @@ update_config(AcMeshInfo* config)
printf("###############################################################"
"\n");
}
#endif
}
/**