summaryrefslogtreecommitdiff
path: root/utilities/Witness_complex
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/Witness_complex')
-rw-r--r--utilities/Witness_complex/CMakeLists.txt1
-rw-r--r--utilities/Witness_complex/strong_witness_persistence.cpp2
-rw-r--r--utilities/Witness_complex/weak_witness_persistence.cpp2
-rw-r--r--utilities/Witness_complex/witnesscomplex.md13
4 files changed, 12 insertions, 6 deletions
diff --git a/utilities/Witness_complex/CMakeLists.txt b/utilities/Witness_complex/CMakeLists.txt
index 125a41ff..ce5e29f2 100644
--- a/utilities/Witness_complex/CMakeLists.txt
+++ b/utilities/Witness_complex/CMakeLists.txt
@@ -1,4 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
project(Witness_complex_utilities)
# CGAL and Eigen3 are required for Euclidean version of Witness
diff --git a/utilities/Witness_complex/strong_witness_persistence.cpp b/utilities/Witness_complex/strong_witness_persistence.cpp
index 2fba631b..9d23df74 100644
--- a/utilities/Witness_complex/strong_witness_persistence.cpp
+++ b/utilities/Witness_complex/strong_witness_persistence.cpp
@@ -4,7 +4,7 @@
*
* Author(s): Siargey Kachanovich
*
- * Copyright (C) 2016 INRIA (France)
+ * Copyright (C) 2016 Inria
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/utilities/Witness_complex/weak_witness_persistence.cpp b/utilities/Witness_complex/weak_witness_persistence.cpp
index 23fa93aa..1315d2ba 100644
--- a/utilities/Witness_complex/weak_witness_persistence.cpp
+++ b/utilities/Witness_complex/weak_witness_persistence.cpp
@@ -4,7 +4,7 @@
*
* Author(s): Siargey Kachanovich
*
- * Copyright (C) 2016 INRIA (France)
+ * Copyright (C) 2016 Inria
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/utilities/Witness_complex/witnesscomplex.md b/utilities/Witness_complex/witnesscomplex.md
index 2341759b..da453cce 100644
--- a/utilities/Witness_complex/witnesscomplex.md
+++ b/utilities/Witness_complex/witnesscomplex.md
@@ -1,6 +1,13 @@
-
-
-# Witness complex #
+---
+layout: page
+title: "Witness complex"
+meta_title: "Witness complex"
+teaser: ""
+permalink: /witnesscomplex/
+---
+{::comment}
+Leave the lines above as it is required by the web site generator 'Jekyll'
+{:/comment}
For more details about the witness complex, please read the [user manual of the package](/doc/latest/group__witness__complex.html).