Warning fix: shortened names in Otr2 demo

This commit is contained in:
Simon Giraudot 2016-02-23 07:23:22 +01:00
parent d5aa178015
commit 2a123d498f
5 changed files with 3 additions and 3 deletions

View File

@ -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
)

View File

@ -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;

View File

@ -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>