Fix crash

release/4.3a0
dellaert 2015-01-22 00:06:12 +01:00
parent 5b917f55ba
commit 12fb5fdf53
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int main (int argc, char* argv[]) {
// Load the SfM data from file
SfM_data mydata;
assert(readBAL(filename, mydata));
readBAL(filename, mydata);
cout << boost::format("read %1% tracks on %2% cameras\n") % mydata.number_tracks() % mydata.number_cameras();
// Create a factor graph