mirror of https://github.com/CGAL/cgal
17 lines
340 B
C
17 lines
340 B
C
// Copyright (c) 2018
|
|
// GeometryFactory (France) All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Stephane Tayeb
|
|
|
|
#ifndef CGAL_IO_VTK_READER_H
|
|
#define CGAL_IO_VTK_READER_H
|
|
|
|
#endif // CGAL_IO_VTK_READER_H
|