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)
{
/*
* update the observers Eci to match the time of the Eci passed in
* if necessary
@ -57,10 +56,8 @@ CoordTopographic Observer::GetLookAngle(const Eci &eci)
* range in km
* range rate in km/s
*/
CoordTopographic topo(az,
return CoordTopographic(az,
el,
range.w,
rate);
return topo;
}