Commit 35899b19 authored by Simon Brefält's avatar Simon Brefält
Browse files

Bug fix

Fixed a bug from code cleanup with the transition between day and nightside
parent 65dbe602
Showing with 1 addition and 1 deletion
+1 -1
......@@ -309,7 +309,7 @@ namespace openspace {
}
}
else {
double timeToNightsideReconnection = 2500;
double timeToNightsideReconnection = 2400;
_traversers[traverserIndex].setStartPoint(
timeToNightsideReconnection,
_nPointsOnPathLine - 1);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment