Skip to content

Commit

Permalink
uncommented preprocessing directive
Browse files Browse the repository at this point in the history
  • Loading branch information
merakulix committed Aug 29, 2024
1 parent 838fa82 commit 6c4fd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unittests/testCTiglPatchShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TEST(CTiglPatchShell, brokenShape)

TEST(CTiglPatchShell, noSideCaps)
{
//#ifdef DEBUG
#ifdef DEBUG
//define coordinates for profile wire enclosing two unconnected surface areas
std::vector<gp_Pnt> points = {gp_Pnt(0., 0., 0.),gp_Pnt(0., 0.,1.),gp_Pnt(0.,0.5,0.),
gp_Pnt(0.,1.,1.), gp_Pnt(0., 1.,0.), gp_Pnt(0.,0.,0.)};
Expand Down Expand Up @@ -135,5 +135,5 @@ TEST(CTiglPatchShell, noSideCaps)
std::string comparisonString = "WARNING: Side caps invalid.";
ASSERT_TRUE((logOutput.find(comparisonString)) != std::string::npos);
} // scope
//#endif
#endif
}

0 comments on commit 6c4fd02

Please sign in to comment.