Skip to content

Commit

Permalink
Fixed clan clanger (all clang did was remove an extra blank line from…
Browse files Browse the repository at this point in the history
… the file?)
  • Loading branch information
ggartside committed Apr 9, 2021
1 parent 26ee1fc commit fa14e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ developer/msvc/Visualizers/all_concat.natvis
.clangd/
cppcheck.txt*
clang_format.patch
/0003-Added-ruby-tests-for-the-geometry-improvements.patch
/0002-Formatting-corrections.patch
/0001-Adds-exposedPerimeter-for-Surface.patch
1 change: 0 additions & 1 deletion src/model/test/Space_GTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,6 @@ boost::optional<Model> CreatePerimeterTestModel() {
return model;
}


// Illustrates a fix for surface intersection getting stuck in a loop
// First of all we need to remove surfaces that overlap within the same space
// Second of all we use a different removeSpikes method that shrinks and expands the polygon
Expand Down

0 comments on commit fa14e8a

Please sign in to comment.