Gudhi_Cubical_Complex_doc.h
1/* This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
2 * See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
3 * Author(s): Pawel Dlotko
4 *
5 * Copyright (C) 2015 Inria
6 *
7 * Modification(s):
8 * - YYYY/MM Author: Description of the modification
9 */
10
11
12#ifndef DOC_GUDHI_CUBICAL_COMPLEX_COMPLEX_H_
13#define DOC_GUDHI_CUBICAL_COMPLEX_COMPLEX_H_
14
15namespace Gudhi {
16
17namespace cubical_complex {
18 // end defgroup cubical_complex
103
104} // namespace cubical_complex
105
106namespace Cubical_complex = cubical_complex;
107
108} // namespace Gudhi
109
110#endif // DOC_GUDHI_CUBICAL_COMPLEX_COMPLEX_H_