From def50bba711e9c2a3be86b4944845b0009fe29a2 Mon Sep 17 00:00:00 2001 From: cjamin Date: Wed, 22 Nov 2017 15:48:17 +0000 Subject: Fix typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2940 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b888519a9985ae84fcf5788eab66fc5b574936f8 --- src/common/doc/file_formats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/common/doc/file_formats.h') diff --git a/src/common/doc/file_formats.h b/src/common/doc/file_formats.h index 3b3d9248..069b19d1 100644 --- a/src/common/doc/file_formats.h +++ b/src/common/doc/file_formats.h @@ -57,10 +57,10 @@ namespace Gudhi { \section FileFormatsIsoCuboid Iso-cuboid - Such a file describes an iso-oriented cuboid with diagonal opposite vertices (min_hx, min_hy, min_hz,...) and (max_hx, max_hy, max_hz, ...). The format is:
+ Such a file describes an iso-oriented cuboid with diagonal opposite vertices (min_x, min_y, min_z,...) and (max_x, max_y, max_z, ...). The format is:
\verbatim - min_hx min_hy [min_hz ...] - max_hx max_hy [max_hz ...] + min_x min_y [min_z ...] + max_x max_y [max_z ...] \endverbatim Here is a simple sample file in the 3D case: -- cgit v1.2.3