Skip to content
Snippets Groups Projects
Commit 5d67bbca authored by Philip Trettner's avatar Philip Trettner
Browse files

Merge branch 'develop' of https://www.graphics.rwth-aachen.de:9000/ptrettner/polymesh into develop

parents dc4e56ab 9a856150
No related branches found
No related tags found
No related merge requests found
#pragma once
#include <polymesh/Mesh.hh>
#include <polymesh/properties.hh>
#include <polymesh/detail/delaunay.hh>
#include <polymesh/properties.hh>
namespace polymesh
{
......
......@@ -6,5 +6,4 @@
namespace polymesh
{
}
......@@ -6,8 +6,8 @@
#include <polymesh/Mesh.hh>
#include <polymesh/fields.hh>
#include "components.hh"
#include <polymesh/properties.hh>
#include "components.hh"
namespace polymesh
{
......
......@@ -2,8 +2,8 @@
#include <polymesh/Mesh.hh>
namespace polymesh {
namespace polymesh
{
/// Performs a loop subdivision step (topology only)
void subdivide_loop(Mesh& m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment