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

Typo in error message.

parent 83698ca1
No related branches found
No related tags found
2 merge requests!136Master,!104Multi time step warnings and stop condition
......@@ -1970,7 +1970,7 @@ void engine_init(struct engine *e, struct space *s, float dt, int nr_threads,
if (e->dt_min < e->timeBase && e->nodeID == 0)
error(
"Minimal time-step size smaller than the absolue possible minimum "
"Minimal time-step size smaller than the absolute possible minimum "
"dt=%e",
e->timeBase);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment