remove exception print, add TODO
parent
5b52e4c29f
commit
0f03ee1f76
|
@ -130,7 +130,7 @@ public:
|
||||||
catch( CheiralityException& e) {
|
catch( CheiralityException& e) {
|
||||||
if (H1) *H1 = JacobianC::Zero();
|
if (H1) *H1 = JacobianC::Zero();
|
||||||
if (H2) *H2 = JacobianL::Zero();
|
if (H2) *H2 = JacobianL::Zero();
|
||||||
std::cerr << e.what() << std::endl;
|
//TODO Print the exception via logging
|
||||||
return Z_2x1;
|
return Z_2x1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -152,7 +152,7 @@ public:
|
||||||
H1.setZero();
|
H1.setZero();
|
||||||
H2.setZero();
|
H2.setZero();
|
||||||
b.setZero();
|
b.setZero();
|
||||||
std::cerr << e.what() << std::endl;
|
//TODO Print the exception via logging
|
||||||
}
|
}
|
||||||
|
|
||||||
// Whiten the system if needed
|
// Whiten the system if needed
|
||||||
|
|
Loading…
Reference in New Issue