remove const qualifier from isWithAmbiguity so we can update it in parseArguments

release/4.3a0
Varun Agrawal 2025-02-06 17:38:52 -05:00
parent f7b798e089
commit 4a7064e8b0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Experiment {
// false: run original iSAM2 without ambiguities
// true: run original iSAM2 with ambiguities
const bool isWithAmbiguity;
bool isWithAmbiguity;
private:
ISAM2 isam2_;