summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 15:48:17 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-11-22 15:48:17 +0000
commitdef50bba711e9c2a3be86b4944845b0009fe29a2 (patch)
tree1eef16296f3a051228ac4a535c1abd56fbde297e /src/common
parentf23c94a1f79b5157d2468c9a1eea50b04873c638 (diff)
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
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/file_formats.h6
1 files changed, 3 insertions, 3 deletions
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:<br>
+ 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:<br>
\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: