summaryrefslogtreecommitdiff
path: root/utilities/Witness_complex
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-06-14 20:39:01 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-06-14 20:39:01 +0200
commitc524232f734de875d69e2f190f01a6c976024368 (patch)
treed8bba27646c367cb2b7c718354dd036892bcd629 /utilities/Witness_complex
parent9899ae167f281d10b1684dfcd02c6838c5bf28df (diff)
GUDHI 2.2.0 as released by upstream in a tarball.upstream/2.2.0
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).