Skip to content

Commit

Permalink
Update IFCtoLBDConverterCore.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkioraskari committed Sep 20, 2024
1 parent a9fa1f9 commit 06b09e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected void conversion(String target_file, boolean hasBuildingElements, boole

if (hasGeometry)
{
finnish_geometry(hasInterfaces);
finish_geometry(hasInterfaces);
}

this.eventBus.post(new IFCtoLBD_SystemStatusEvent("Writing out the results."));
Expand Down Expand Up @@ -512,7 +512,7 @@ private void addGeometry(Resource lbd_resource, String guid) {

}

private void finnish_geometry(boolean hasInterfaces) {
private void finish_geometry(boolean hasInterfaces) {
for (java.util.Map.Entry<Rectangle, Resource> entry : rtree_map.entrySet()) {
Resource lbd_resource = entry.getValue();
Rectangle rect_geometry = entry.getKey();
Expand Down

0 comments on commit 06b09e1

Please sign in to comment.