mirror of https://github.com/CGAL/cgal
Warning fix: shortened names in Otr2 demo
This commit is contained in:
parent
d5aa178015
commit
2a123d498f
|
|
@ -45,7 +45,7 @@ if(CGAL_FOUND AND CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND)
|
||||||
set(
|
set(
|
||||||
SRCS
|
SRCS
|
||||||
glviewer.cpp
|
glviewer.cpp
|
||||||
Optimal_transportation_reconstruction_2_demo.cpp
|
Otr2_demo.cpp
|
||||||
window.cpp
|
window.cpp
|
||||||
render.cpp
|
render.cpp
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
#include <QtOpenGL>
|
#include <QtOpenGL>
|
||||||
|
|
||||||
// local
|
// local
|
||||||
#include "Optimal_transportation_reconstruction_kerneled_2.h"
|
#include "Otr2_kerneled.h"
|
||||||
#include <CGAL/Optimal_transportation_reconstruction_2.h>
|
#include <CGAL/Optimal_transportation_reconstruction_2.h>
|
||||||
|
|
||||||
typedef Optimal_transportation_reconstruction_kerneled_2::Rec_edge_2 PEdge;
|
typedef Optimal_transportation_reconstruction_kerneled_2::Rec_edge_2 PEdge;
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
// local
|
// local
|
||||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include "Optimal_transportation_reconstruction_kerneled_2.h"
|
#include "Otr2_kerneled.h"
|
||||||
#include <CGAL/Optimal_transportation_reconstruction_2.h>
|
#include <CGAL/Optimal_transportation_reconstruction_2.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue