From: curt Date: Mon, 26 Apr 2004 15:55:29 +0000 (+0000) Subject: David Luff: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a90d74dde80d3c9f6e6420a7e469350b2e91d5c8;p=simgear.git David Luff: Fix comments for two functions. --- 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; }