Skip to content
Snippets Groups Projects
Commit 4790aa45 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix an error message in the configuration script.

parent 9355dbdd
Branches
Tags
1 merge request!804Implementation of black hole accretion and feedback
......@@ -1793,7 +1793,7 @@ case "$with_black_holes" in
AC_DEFINE([BLACK_HOLES_EAGLE], [1], [EAGLE black hole model])
;;
*)
AC_MSG_ERROR([Unknown stellar model: $with_black_holes])
AC_MSG_ERROR([Unknown black-hole model: $with_black_holes])
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment