mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
fixed return type to tuple
This commit is contained in:
@@ -4,7 +4,7 @@ openspace.space.documentation = {
|
||||
Arguments = {
|
||||
{ "tlePath", "String" }
|
||||
},
|
||||
Return = "{ Translation, SpiceKernel }",
|
||||
Return = "( Translation, SpiceKernel )",
|
||||
Documentation = [[
|
||||
Takes the provided TLE file, converts it into a SPICE kernel and returns a
|
||||
SpiceTranslation instance that can be used to access the information in the TLE
|
||||
|
||||
Reference in New Issue
Block a user