From d975fc129cbbc9452811237cacb9e6fd3947e8c2 Mon Sep 17 00:00:00 2001 From: daveluff Date: Wed, 11 Jun 2003 21:16:40 +0000 Subject: [PATCH] Minor changes to the comments --- src/ATC/ATCProjection.cxx | 1 + src/ATC/ground.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ATC/ATCProjection.cxx b/src/ATC/ATCProjection.cxx index 02e7b0dde..3a3a5f765 100644 --- a/src/ATC/ATCProjection.cxx +++ b/src/ATC/ATCProjection.cxx @@ -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)); } diff --git a/src/ATC/ground.cxx b/src/ATC/ground.cxx index 9c78282fb..99df5a10d 100644 --- a/src/ATC/ground.cxx +++ b/src/ATC/ground.cxx @@ -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 -- 2.39.5