Skip to content

Commit 61bafdf

Browse files
Fix "marker count" printing with bundle adjustment
1 parent 59f0433 commit 61bafdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmSolver/adjust/adjust_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ MStatus solveFrames(
11261126

11271127
if ((verbose == false) && (printStats.enable == false)) {
11281128
MMSOLVER_INFO("Solving...");
1129-
MMSOLVER_INFO("Marker count: " << usedMarkerList.size())
1129+
MMSOLVER_INFO("Marker count: " << usedMarkerList.size());
11301130
MMSOLVER_INFO("Attribute count: " << usedAttrList.size());
11311131
std::stringstream ss;
11321132
ss << "Frames:";

0 commit comments

Comments
 (0)