]> git.mxchange.org Git - simgear.git/commitdiff
David Luff:
authorcurt <curt>
Mon, 26 Apr 2004 15:55:29 +0000 (15:55 +0000)
committercurt <curt>
Mon, 26 Apr 2004 15:55:29 +0000 (15:55 +0000)
Fix comments for two functions.

simgear/bucket/newbucket.hxx

index 9f4fb77a56c99fd1cb6b154d6190a960a7a7b995..fe63fee836fe308cc329d7c05effd1670d5b5a60 100644 (file)
@@ -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; }