Răsfoiți Sursa

Merge pull request #3961 from andreasbuhr/patch-1

Replace swear words in IFCBoolean.cpp
Kim Kulling 4 ani în urmă
părinte
comite
53d2cf975a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      code/AssetLib/IFC/IFCBoolean.cpp

+ 1 - 1
code/AssetLib/IFC/IFCBoolean.cpp

@@ -513,7 +513,7 @@ void ProcessPolygonalBoundedBooleanHalfSpaceDifference(const Schema_2x3::IfcPoly
             }
             }
 
 
             // we got a list of in-out-combinations of intersections. That should be an even number of intersections, or
             // we got a list of in-out-combinations of intersections. That should be an even number of intersections, or
-            // we're fucked.
+            // we are facing a non-recoverable error.
             if ((intersections.size() & 1) != 0) {
             if ((intersections.size() & 1) != 0) {
                 IFCImporter::LogWarn("Odd number of intersections, can't work with that. Omitting half space boundary check.");
                 IFCImporter::LogWarn("Odd number of intersections, can't work with that. Omitting half space boundary check.");
                 continue;
                 continue;