Skip to content

Commit

Permalink
Merge branch 'CommandBuilder' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasVousten committed Aug 21, 2023
2 parents c5d8feb + 25290e3 commit 666e496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ impl EphemerisCommand for VectorCommand {

impl EphemerisCommand for OrbitalElementCommand {
fn get_parameters(&self) -> Vec<(&str, String)> {
todo!()
vec![
("EPHEM_TYPE", "ELEMENTS".to_string()),
]
}
}

Expand Down

0 comments on commit 666e496

Please sign in to comment.