summaryrefslogtreecommitdiff
path: root/src/cython/include/Strong_witness_complex_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/include/Strong_witness_complex_interface.h')
-rw-r--r--src/cython/include/Strong_witness_complex_interface.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/cython/include/Strong_witness_complex_interface.h b/src/cython/include/Strong_witness_complex_interface.h
index 83bf0f3c..d05eaac5 100644
--- a/src/cython/include/Strong_witness_complex_interface.h
+++ b/src/cython/include/Strong_witness_complex_interface.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef STRONG_WITNESS_COMPLEX_INTERFACE_H
-#define STRONG_WITNESS_COMPLEX_INTERFACE_H
+#ifndef INCLUDE_STRONG_WITNESS_COMPLEX_INTERFACE_H_
+#define INCLUDE_STRONG_WITNESS_COMPLEX_INTERFACE_H_
#include <gudhi/Simplex_tree.h>
#include <gudhi/Strong_witness_complex.h>
@@ -64,12 +64,10 @@ class Strong_witness_complex_interface {
private:
Strong_witness_complex<Nearest_landmark_table>* witness_complex_;
-
};
} // namespace witness_complex
-} // namespace Gudhi
-
-#endif // STRONG_WITNESS_COMPLEX_INTERFACE_H
+} // namespace Gudhi
+#endif // INCLUDE_STRONG_WITNESS_COMPLEX_INTERFACE_H_