Formating
parent
0fc2d8f57f
commit
97c4941506
|
|
@ -5,7 +5,6 @@
|
||||||
*/
|
*/
|
||||||
CoordTopographic Observer::GetLookAngle(const Eci &eci)
|
CoordTopographic Observer::GetLookAngle(const Eci &eci)
|
||||||
{
|
{
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* update the observers Eci to match the time of the Eci passed in
|
* update the observers Eci to match the time of the Eci passed in
|
||||||
* if necessary
|
* if necessary
|
||||||
|
|
@ -57,10 +56,8 @@ CoordTopographic Observer::GetLookAngle(const Eci &eci)
|
||||||
* range in km
|
* range in km
|
||||||
* range rate in km/s
|
* range rate in km/s
|
||||||
*/
|
*/
|
||||||
CoordTopographic topo(az,
|
return CoordTopographic(az,
|
||||||
el,
|
el,
|
||||||
range.w,
|
range.w,
|
||||||
rate);
|
rate);
|
||||||
|
|
||||||
return topo;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue