mirror of https://github.com/CGAL/cgal
renamed depr weights header
This commit is contained in:
parent
ca661e3eb7
commit
ab9a80cd0d
|
|
@ -16,11 +16,16 @@
|
||||||
|
|
||||||
#include <CGAL/license/Weights.h>
|
#include <CGAL/license/Weights.h>
|
||||||
|
|
||||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Weights/internal/pmp_weights_depr.h>"
|
#define CGAL_DEPRECATED_HEADER "<CGAL/Weights/internal/pmp_weights_deprecated.h>"
|
||||||
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
#define CGAL_DEPRECATED_MESSAGE_DETAILS \
|
||||||
"This part of the package is deprecated since the version 5.4 of CGAL!"
|
"This part of the package is deprecated since the version 5.4 of CGAL!"
|
||||||
#include <CGAL/internal/deprecation_warning.h>
|
#include <CGAL/internal/deprecation_warning.h>
|
||||||
|
|
||||||
|
// README:
|
||||||
|
// This header collects all weights, which have been in CGAL before unifying them
|
||||||
|
// into the new package Weights. This header is for information purpose only. It
|
||||||
|
// will be removed in the next release.
|
||||||
|
|
||||||
// Includes.
|
// Includes.
|
||||||
#include <CGAL/property_map.h>
|
#include <CGAL/property_map.h>
|
||||||
#include <CGAL/boost/graph/helpers.h>
|
#include <CGAL/boost/graph/helpers.h>
|
||||||
Loading…
Reference in New Issue