Mesh: C++ core guidelines

This commit is contained in:
wmayer
2023-09-25 20:43:31 +02:00
committed by wwmayer
parent eec9bdcefa
commit bd0a3122b6
99 changed files with 984 additions and 597 deletions

View File

@@ -25,13 +25,11 @@
#include <Base/GeometryPyCXX.h>
#include <Base/VectorPy.h>
// clang-format off
#include "Facet.h"
#include "FacetPy.h"
#include "FacetPy.cpp"
#include "EdgePy.h"
#include "Mesh.h"
// clang-format on
using namespace Mesh;