Skip to content

Commit

Permalink
Whopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Sep 5, 2022
1 parent 0ddf554 commit 1d4b3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ void IO::get_obj_pts(const Mesh& mesh,
faceIdx.push_back(it->second);
}
}
bs += "\nf" + bsTemp;
}
}

Expand Down Expand Up @@ -358,6 +359,7 @@ void IO::get_cityjson_geom(const Mesh& mesh, nlohmann::json& g, std::unordered_m
tempPoly.push_back(it->second);
}
}
g["boundaries"].push_back({tempPoly});
}
}

Expand Down

0 comments on commit 1d4b3a0

Please sign in to comment.