Formating

feature/19
Daniel Warner 2011-12-14 13:03:23 +00:00
parent 0fc2d8f57f
commit 97c4941506
1 changed files with 1 additions and 4 deletions

View File

@ -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;
} }