warning in release

release/4.3a0
dellaert 2014-07-01 11:21:23 -04:00
parent 991906181b
commit 87ba9384e0
1 changed files with 1 additions and 2 deletions

View File

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