Skip to content
Snippets Groups Projects
Commit 7ed298e5 authored by lhausamm's avatar lhausamm
Browse files

small fix on grackle parameters

parent 6667e131
No related branches found
No related tags found
1 merge request!499Improved grackle
...@@ -156,7 +156,7 @@ __attribute__((always_inline)) INLINE static void cooling_parse_arguments( ...@@ -156,7 +156,7 @@ __attribute__((always_inline)) INLINE static void cooling_parse_arguments(
cooling->convergence_limit = cooling->convergence_limit =
parser_get_opt_param_double(parameter_file, "GrackleCooling:ConvergenceLimit", 1e-2); parser_get_opt_param_double(parameter_file, "GrackleCooling:ConvergenceLimit", 1e-2);
cooling->convergence_limit = cooling->omega =
parser_get_opt_param_double(parameter_file, "GrackleCooling:Omega", 0.8); parser_get_opt_param_double(parameter_file, "GrackleCooling:Omega", 0.8);
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment