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(
|
||||
SRCS
|
||||
glviewer.cpp
|
||||
Optimal_transportation_reconstruction_2_demo.cpp
|
||||
Otr2_demo.cpp
|
||||
window.cpp
|
||||
render.cpp
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <QtOpenGL>
|
||||
|
||||
// local
|
||||
#include "Optimal_transportation_reconstruction_kerneled_2.h"
|
||||
#include "Otr2_kerneled.h"
|
||||
#include <CGAL/Optimal_transportation_reconstruction_2.h>
|
||||
|
||||
typedef Optimal_transportation_reconstruction_kerneled_2::Rec_edge_2 PEdge;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
// local
|
||||
#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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue