From 2e9b51aff1d3cfe1058616e4cd98a307f6699de5 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 31 Jan 2022 16:22:09 -0500 Subject: [PATCH] fix typo --- examples/SFMExample_bal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SFMExample_bal.cpp b/examples/SFMExample_bal.cpp index 3ebfee6ba..6944177c1 100644 --- a/examples/SFMExample_bal.cpp +++ b/examples/SFMExample_bal.cpp @@ -10,7 +10,7 @@ * -------------------------------------------------------------------------- */ /** - * @file SFMExample.cpp + * @file SFMExample_bal.cpp * @brief Solve a structure-from-motion problem from a "Bundle Adjustment in the Large" file * @author Frank Dellaert */