Skip to content

Commit

Permalink
Resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ggartside committed Apr 9, 2021
1 parent 7efb19f commit 26ee1fc
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/model/test/Space_GTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2263,14 +2263,11 @@ boost::optional<Model> CreatePerimeterTestModel() {
return model;
}

#ifdef WIN32
/// <summary>
/// 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
/// </summary>
/// <param name=""></param>
/// <param name=""></param>

// 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

TEST_F(ModelFixture, RemoveSpikesAndOverlaps_TZ46_TZ47) {
Model model;
openstudio::path path = resourcesPath() / toPath("/model/RemoveSpikesAndOverlaps_TZ46_TZ47");
Expand Down

0 comments on commit 26ee1fc

Please sign in to comment.