mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
ifcgeom: Remove unused variable
This commit is contained in:
committed by
Thomas Krijnen
parent
31e7bad056
commit
0f59f3e35a
@@ -2789,7 +2789,6 @@ bool IfcGeom::Kernel::fold_layers(const IfcSchema::IfcWall* wall, const IfcRepre
|
|||||||
Vs1.Cross(Vs2);
|
Vs1.Cross(Vs2);
|
||||||
|
|
||||||
if (Vs1.IsNormal(Vc, 1.e-5)) {
|
if (Vs1.IsNormal(Vc, 1.e-5)) {
|
||||||
int a = 1;
|
|
||||||
Logger::Warning("Connected walls are parallel");
|
Logger::Warning("Connected walls are parallel");
|
||||||
parallel = true;
|
parallel = true;
|
||||||
} else if (w < axis_u1 || w > axis_u2) {
|
} else if (w < axis_u1 || w > axis_u2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user