Skip to content

Commit 0b17e58

Browse files
committed
Merge branch 'master' of https://github.com/opensourceBIM/voxel
2 parents 8b82fa8 + 1562da4 commit 0b17e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

voxec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ class op_export_elements : public voxel_operation {
980980
num_faces++;
981981
}
982982

983-
// @todo arbitary value alert
983+
// @todo arbitrary value alert
984984
if (num_faces > 3) {
985985
std::string guid = *((IfcUtil::IfcBaseEntity*)f0->instance_by_id(iden))->get("GlobalId");
986986
if (n) {
@@ -1029,7 +1029,7 @@ class op_export_ifc : public voxel_operation {
10291029
num_faces++;
10301030
}
10311031

1032-
// @todo arbitary value alert
1032+
// @todo arbitrary value alert
10331033
if (num_faces >= 1) {
10341034
auto inst = f0->instance_by_id(iden);
10351035
new_file.addEntity(inst);

0 commit comments

Comments
 (0)