]> git.mxchange.org Git - flightgear.git/commitdiff
Minor changes to the comments
authordaveluff <daveluff>
Wed, 11 Jun 2003 21:16:40 +0000 (21:16 +0000)
committerdaveluff <daveluff>
Wed, 11 Jun 2003 21:16:40 +0000 (21:16 +0000)
src/ATC/ATCProjection.cxx
src/ATC/ground.cxx

index 02e7b0ddeed998766534a753030afa28f74537ff..3a3a5f765dd2394777368648e1c870e9adde917a 100644 (file)
@@ -91,6 +91,7 @@ Point3D FGATCAlignedProjection::ConvertToLocal(Point3D pt) {
     return(Point3D(x,y,0.0));
 }
 
+// TODO - IMPLEMENT ME!!!
 Point3D FGATCAlignedProjection::ConvertFromLocal(Point3D pt) {
     return(Point3D(0,0,0));
 }
index 9c78282fbc0993882e189a94aeeee787301a484b..99df5a10d771268c90033dcb6e1164cfdcc081b8 100644 (file)
@@ -457,6 +457,7 @@ Gate* FGGround::GetGateNode() {
 
 // WARNING - This is hardwired to my prototype logical network format
 // and will almost certainly change when Bernie's stuff comes on-line.
+// Returns NULL if it can't find a valid node.
 node* FGGround::GetThresholdNode(string rwyID) {
        // For now go through all the nodes and parse their names
        // Maybe in the future we'll map threshold nodes by ID