1
0
Fork 0

Patch from Julian Foad:

Newline at end of file is required.  (On a preprocessor line it is
required; on other lines it is recommended but not required.)
This commit is contained in:
david 2002-06-28 17:59:13 +00:00
parent 7b22fa4470
commit 72fbb0f3f5

View file

@ -61,4 +61,4 @@ Point3D dclUpdatePosition(Point3D pos, double heading, double angle, double dist
Y_cg_rwy =-D_cg_north_of_rwy*sin_rwy_hdg
+ D_cg_east_of_rwy*cos_rwy_hdg;
H_cg_rwy = D_cg_above_rwy;
#endif
#endif