summaryrefslogtreecommitdiff
path: root/utilities/Bitmap_cubical_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/Bitmap_cubical_complex
parent9899ae167f281d10b1684dfcd02c6838c5bf28df (diff)
GUDHI 2.2.0 as released by upstream in a tarball.upstream/2.2.0
Diffstat (limited to 'utilities/Bitmap_cubical_complex')
-rw-r--r--utilities/Bitmap_cubical_complex/CMakeLists.txt1
-rw-r--r--utilities/Bitmap_cubical_complex/cubical_complex_persistence.cpp2
-rw-r--r--utilities/Bitmap_cubical_complex/cubicalcomplex.md12
-rw-r--r--utilities/Bitmap_cubical_complex/periodic_cubical_complex_persistence.cpp2
4 files changed, 12 insertions, 5 deletions
diff --git a/utilities/Bitmap_cubical_complex/CMakeLists.txt b/utilities/Bitmap_cubical_complex/CMakeLists.txt
index 676a730a..416db67f 100644
--- a/utilities/Bitmap_cubical_complex/CMakeLists.txt
+++ b/utilities/Bitmap_cubical_complex/CMakeLists.txt
@@ -1,4 +1,3 @@
-cmake_minimum_required(VERSION 2.6)
project(Bitmap_cubical_complex_utilities)
add_executable ( cubical_complex_persistence cubical_complex_persistence.cpp )
diff --git a/utilities/Bitmap_cubical_complex/cubical_complex_persistence.cpp b/utilities/Bitmap_cubical_complex/cubical_complex_persistence.cpp
index 9d1bc08c..170aa684 100644
--- a/utilities/Bitmap_cubical_complex/cubical_complex_persistence.cpp
+++ b/utilities/Bitmap_cubical_complex/cubical_complex_persistence.cpp
@@ -4,7 +4,7 @@
*
* Author(s): Pawel Dlotko
*
- * Copyright (C) 2015 INRIA Saclay (France)
+ * Copyright (C) 2015 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/Bitmap_cubical_complex/cubicalcomplex.md b/utilities/Bitmap_cubical_complex/cubicalcomplex.md
index 6e1b2578..5b0404c3 100644
--- a/utilities/Bitmap_cubical_complex/cubicalcomplex.md
+++ b/utilities/Bitmap_cubical_complex/cubicalcomplex.md
@@ -1,7 +1,15 @@
+---
+layout: page
+title: "Cubical complex"
+meta_title: "Cubical complex"
+teaser: ""
+permalink: /cubicalcomplex/
+---
+{::comment}
+Leave the lines above as it is required by the web site generator 'Jekyll'
+{:/comment}
-# Cubical complex#
-
## cubical_complex_persistence ##
This program computes persistent homology, by using the Bitmap_cubical_complex class, of cubical complexes provided in text files in Perseus style.
See [here](/doc/latest/fileformats.html#FileFormatsPerseus) for a description of the file format.
diff --git a/utilities/Bitmap_cubical_complex/periodic_cubical_complex_persistence.cpp b/utilities/Bitmap_cubical_complex/periodic_cubical_complex_persistence.cpp
index c812cb3a..e9ba5495 100644
--- a/utilities/Bitmap_cubical_complex/periodic_cubical_complex_persistence.cpp
+++ b/utilities/Bitmap_cubical_complex/periodic_cubical_complex_persistence.cpp
@@ -4,7 +4,7 @@
*
* Author(s): Pawel Dlotko
*
- * Copyright (C) 2015 INRIA Saclay (France)
+ * Copyright (C) 2015 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