add licence header

This commit is contained in:
Guillaume Damiand 2021-01-27 18:53:59 +01:00
parent 3b838da50a
commit de7dd44307
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
#ifndef CGAL_BASIC_SHADERS_H
#define CGAL_BASIC_SHADERS_H
#include <CGAL/license/GraphicsView.h>
namespace CGAL
{

View File

@ -908,7 +908,7 @@ protected:
bool m_zero_y; /// True iff all points have y==0
bool m_zero_z; /// True iff all points have z==0
bool m_inverse_normal;;
bool m_inverse_normal;
// Local variables, used when we started a new face.g
bool m_face_started;