Skip to content

Commit

Permalink
Coorection of unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgorgi committed Feb 10, 2025
1 parent 92d6e1d commit 5d7578c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kratos/tests/cpp_tests/geometries/test_brep_surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ namespace Testing {
KRATOS_TEST_CASE_IN_SUITE(NurbsBrepSurfaceSurrogate, KratosCoreGeometriesFastSuite) {
auto p_surface = GenerateReferenceNodeSurfaceHalfCirclePointer();

using GeometryType = Geometry<Node>;
using BrepSurfaceType = BrepSurface<PointerVector<Node>, true, PointerVector<Point>>;
using BrepCurveOnSurfaceType = BrepCurveOnSurface<PointerVector<Node>, true, PointerVector<Point>>;
using BrepCurveOnSurfaceLoopArrayType = DenseVector<DenseVector<typename BrepCurveOnSurfaceType::Pointer>>;
Expand Down

0 comments on commit 5d7578c

Please sign in to comment.