OneDev
Projects
Global Views
Pull Requests
Issues
Builds
Packages
Planetary-System-Simulator
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Statistics
Code
Child Projects
Projects
Public
Planetary-System-Simulator
Commits
8957cbb3
ctrl
k
Sign In
implements
#33
Browse Code
master
Riku Väättänen
committed
1 year ago
8957cbb3
1 parent
d703433e
Push to remote
src/main/scala/Main.scala
■
■
■ ■ ■ ■
skipped 124 lines
125
125
126
126
val allPoints = mainPoints :+ scala.collection.mutable.Queue(
127
127
mainPoints.flatten.last,
128
-
pp.head,
128
+
system.objects.get(obj.name).pos, // Force the non perfect trajectory to go through the object
129
129
mainPoints.flatten.head
130
130
)
131
131
skipped 57 lines
All occurrences
src/main/scala/Main.scala
Please wait...
Page is in error, reload to recover