Skip to content
Snippets Groups Projects
Commit 0281546a authored by lhausamm's avatar lhausamm
Browse files

Add EAGLE master option

parent f7a59a00
No related branches found
No related tags found
1 merge request!532Add master option for subgrid model
...@@ -67,6 +67,9 @@ case "$with_subgrid" in ...@@ -67,6 +67,9 @@ case "$with_subgrid" in
with_subgrid_chemistry=gear with_subgrid_chemistry=gear
with_subgrid_hydro=gadget2 with_subgrid_hydro=gadget2
;; ;;
eagle)
with_subgrid_cooling=EAGLE
with_subgrid_chemistry=EAGLE
*) *)
AC_MSG_ERROR([Unknown subgrid: $with_subgrid]) AC_MSG_ERROR([Unknown subgrid: $with_subgrid])
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment