Skip to content

Commit 14d8870

Browse files
make boolean parameter optional
1 parent 551643b commit 14d8870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/sfm/TranslationRecovery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class GTSAM_EXPORT TranslationRecovery {
6969
* @param lmParams parameters for optimization.
7070
*/
7171
TranslationRecovery(const LevenbergMarquardtParams &lmParams,
72-
bool use_bilinear_translation_factor)
72+
bool use_bilinear_translation_factor = false)
7373
: lmParams_(lmParams),
7474
use_bilinear_translation_factor_(use_bilinear_translation_factor) {}
7575

0 commit comments

Comments
 (0)