File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ impl Almanac {
145145 ab_corr,
146146 source : Box :: new ( e) ,
147147 } ) ?;
148- let tgt_ssb_pos_km = tgt_ssb. radius_km ;
149- let tgt_ssb_vel_km_s = tgt_ssb. velocity_km_s ;
148+ let tgt_ssb_pos_km = tgt_ssb. radius_km ;
149+ let tgt_ssb_vel_km_s = tgt_ssb. velocity_km_s ;
150150
151151 rel_pos_km = tgt_ssb_pos_km - obs_ssb_pos_km;
152152 let r_norm = rel_pos_km. norm ( ) ;
@@ -172,13 +172,13 @@ impl Almanac {
172172 } ) ?;
173173 }
174174
175- Ok ( CartesianState {
176- radius_km : rel_pos_km,
177- velocity_km_s : rel_vel_km_s,
178- epoch,
179- frame : observer_frame. with_orient ( target_frame. orientation_id ) ,
180- } )
181- }
175+ Ok ( CartesianState {
176+ radius_km : rel_pos_km,
177+ velocity_km_s : rel_vel_km_s,
178+ epoch,
179+ frame : observer_frame. with_orient ( target_frame. orientation_id ) ,
180+ } )
181+ }
182182 }
183183 }
184184
You can’t perform that action at this time.
0 commit comments