mirror of https://github.com/CGAL/cgal
disabled reconstruction source
This commit is contained in:
parent
73ba4d2e2f
commit
c3d3b53dfa
|
|
@ -7,6 +7,8 @@
|
|||
#include <CGAL/IO/PLY.h>
|
||||
#include <sstream>
|
||||
|
||||
#ifdef DISABLED
|
||||
|
||||
#include "include/Parameters.h"
|
||||
#include "include/Terminal_parser.h"
|
||||
|
||||
|
|
@ -272,3 +274,5 @@ int main(const int argc, const char** argv) {
|
|||
" in " << time << " seconds!" << std::endl << std::endl;
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
//
|
||||
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
|
||||
|
||||
// Disable file for now
|
||||
#define CGAL_KSR_3_GRAPHCUT_H
|
||||
#ifndef CGAL_KSR_3_GRAPHCUT_H
|
||||
#define CGAL_KSR_3_GRAPHCUT_H
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
//
|
||||
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
|
||||
|
||||
// Disable file for now
|
||||
#define CGAL_KSR_3_VISIBILITY_H
|
||||
#ifndef CGAL_KSR_3_VISIBILITY_H
|
||||
#define CGAL_KSR_3_VISIBILITY_H
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@
|
|||
//
|
||||
// Author(s) : Sven Oesau, Florent Lafarge, Dmitry Anisimov, Simon Giraudot
|
||||
|
||||
// Disable file for now
|
||||
#define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H
|
||||
#ifndef CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H
|
||||
#define CGAL_KINETIC_SHAPE_RECONSTRUCTION_3_H
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue