We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a3c63 commit 3fbb92cCopy full SHA for 3fbb92c
src/polygon_mesh/mesh_factory.cpp
@@ -34,7 +34,7 @@ namespace plateau::polygonMesh {
34
const Polygon& polygon, const std::string& gml_path,
35
const GeoReference& geo_reference, Mesh& out_mesh) {
36
37
- auto& gml = plateau::dataset::GmlFile(gml_path);
+ const auto& gml = plateau::dataset::GmlFile(gml_path);
38
39
// マージ対象の情報を取得します。ここでの頂点は極座標です。
40
const auto& vertices_lat_lon = polygon.getVertices();
0 commit comments