fix SfmData naming

release/4.3a0
akrishnan86 2020-06-24 22:43:55 -07:00
parent 3ea9ff0120
commit fee226a1de
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ using namespace gtsam;
// sets up an optimization problem for the three unknown translations.
TEST(TranslationRecovery, BAL) {
const string filename = findExampleDataFile("dubrovnik-3-7-pre");
SfM_data db;
SfmData db;
bool success = readBAL(filename, db);
if (!success) throw runtime_error("Could not access file!");