Refined man page for Coord.hh
authorfluffymormegil <mpread@chiark.greenend.org.uk>
Thu, 21 Oct 2010 22:04:14 +0000 (23:04 +0100)
committerfluffymormegil <mpread@chiark.greenend.org.uk>
Thu, 21 Oct 2010 22:04:14 +0000 (23:04 +0100)
man/libmormegil::Coord.3

index e023993..d101a1b 100644 (file)
@@ -34,7 +34,10 @@ The member function \fIsizesq\fP returns the square of the distance of a
 point from the origin under the Euclidean metric.
 
 Typedefs \fIlibmormegil::Coord\fR and \fIlibmormegil::Offset\fR are provided
-which use type \fIint\fR as the template parameter.
+which use type \fIint32_t\fR as the template parameter.
+
+Typedefs \fIlibmormegil::Coord64\fR and \fIlibmormegil::Offset64\fR are provided
+which use type \fIint64_t\fR as the template parameter.
 
 .SH CAVEATS