mirror of https://github.com/CGAL/cgal
add missing license header
This commit is contained in:
parent
cc3278e0a1
commit
e214d40c0e
|
|
@ -13,6 +13,8 @@
|
||||||
#ifndef CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
|
#ifndef CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
|
||||||
#define CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
|
#define CGAL_DEFORMATION_EIGEN_CLOSEST_ROTATION_TRAITS_3_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Surface_mesh_deformation.h>
|
||||||
|
|
||||||
#include <Eigen/Eigen>
|
#include <Eigen/Eigen>
|
||||||
#include <Eigen/SVD>
|
#include <Eigen/SVD>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,8 @@
|
||||||
#ifndef CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
|
#ifndef CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
|
||||||
#define CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
|
#define CGAL_DEFORMATION_EIGEN_POLAR_CLOSEST_ROTATION_TRAITS_3_H
|
||||||
|
|
||||||
|
#include <CGAL/license/Surface_mesh_deformation.h>
|
||||||
|
|
||||||
#include <CGAL/Deformation_Eigen_closest_rotation_traits_3.h>
|
#include <CGAL/Deformation_Eigen_closest_rotation_traits_3.h>
|
||||||
#include <CGAL/FPU_extension.h>
|
#include <CGAL/FPU_extension.h>
|
||||||
#include <CGAL/Profile_counter.h>
|
#include <CGAL/Profile_counter.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue