From a90d74dde80d3c9f6e6420a7e469350b2e91d5c8 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 26 Apr 2004 15:55:29 +0000 Subject: [PATCH] David Luff: Fix comments for two functions. --- simgear/bucket/newbucket.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/simgear/bucket/newbucket.hxx b/simgear/bucket/newbucket.hxx index 9f4fb77a..fe63fee8 100644 --- a/simgear/bucket/newbucket.hxx +++ b/simgear/bucket/newbucket.hxx @@ -257,12 +257,14 @@ public: // Informational methods. /** - * @return the lon of the lower left corner of this tile. + * @return the lon of the lower left corner of + * the 1x1 chunk containing this tile. */ inline int get_lon() const { return lon; } /** - * @return the lat of the lower left corner of this tile. + * @return the lat of the lower left corner of + * the 1x1 chunk containing this tile. */ inline int get_lat() const { return lat; } -- 2.39.5