}
}
#ifdef VERBOSE
- cerr << "residual_error " << residual_error << " max_error " << residual_error << endl;
+ cerr << __FILE__ << ": residual_error " << residual_error << " max_error " << residual_error << endl;
#endif
}
// If that length is negative
if(total_length < 0.0) {
#ifdef VERBOSE
- cerr << "Found a path of length " << total_length << endl;
+ cerr << __FILE__ << ": Found a path of length " << total_length << endl;
#endif
// Invert all the edges along the best path
v = _sink;
#ifdef DEBUG
if(nb_occupied_next == 0) {
- cerr << "retrieve_one_path: Non-sink end point." << endl;
+ cerr << __FILE__ << ": retrieve_one_path: Non-sink end point." << endl;
abort();
}
else if(nb_occupied_next > 1) {
- cerr << "retrieve_one_path: Non node-disjoint paths." << endl;
+ cerr << __FILE__ << ": retrieve_one_path: Non node-disjoint paths." << endl;
abort();
}
#endif