summaryrefslogtreecommitdiff
path: root/src/Witness_complex/include/gudhi/Witness_complex.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-20 10:34:31 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-01-20 10:34:31 +0000
commit9bb012812fe7789fe5cc8cb5cd0aa4212e0af221 (patch)
treed49f98392ea6a74e85b0a8423b8baa0f18eedb1a /src/Witness_complex/include/gudhi/Witness_complex.h
parente8afd1278aac5b5d76c5171092dca5954961431a (diff)
Added the forgotten concept, added asserts nbP >= nbL, some header_defines
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@981 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d7c27be6bb66c79cf73971a80659079b1c8b12e5
Diffstat (limited to 'src/Witness_complex/include/gudhi/Witness_complex.h')
-rw-r--r--src/Witness_complex/include/gudhi/Witness_complex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Witness_complex/include/gudhi/Witness_complex.h b/src/Witness_complex/include/gudhi/Witness_complex.h
index 90b2e094..819a0583 100644
--- a/src/Witness_complex/include/gudhi/Witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Witness_complex.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef GUDHI_WITNESS_COMPLEX_H_
-#define GUDHI_WITNESS_COMPLEX_H_
+#ifndef WITNESS_COMPLEX_H_
+#define WITNESS_COMPLEX_H_
#include <boost/container/flat_map.hpp>
#include <boost/iterator/transform_iterator.hpp>