Forgot to call exit
This commit is contained in:
parent
23469e6f94
commit
d3663d9370
@ -167,6 +167,7 @@ FactorGraph::readFromLibDaiFormat (const char* fileName)
|
||||
std::cerr << "Error: variable `" << vids[j] << "' appears" ;
|
||||
std::cerr << " in two or more factors with a different range." ;
|
||||
std::cerr << std::endl;
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
// read parameters
|
||||
|
Reference in New Issue
Block a user