Skip to content

Commit 43423ae

Browse files
committed
f
1 parent e436386 commit 43423ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glomap/io/colmap_converter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ void ConvertDatabaseToGlomap(const colmap::Database& database,
330330
// For images without frames, initialize trivial frames
331331
for (auto& [image_id, image] : images) {
332332
if (image.frame_id == colmap::kInvalidFrameId) {
333-
frame_t frame_id = (max_frame_id > 0)? ++max_frame_id : image_id;
333+
frame_t frame_id = (max_frame_id > 0) ? ++max_frame_id : image_id;
334334

335335
CreateFrameForImage(Rigid3d(),
336336
image,

0 commit comments

Comments
 (0)