Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
f4836978
Commit
f4836978
authored
Mar 03, 2016
by
Matthieu Schaller
Browse files
Typo in error message.
parent
83698ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
f4836978
...
...
@@ -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 absolu
t
e possible minimum "
"dt=%e"
,
e
->
timeBase
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment