remove TODO
parent
131213a983
commit
ea8b319c43
|
|
@ -619,7 +619,6 @@ void Isotropic::WhitenInPlace(Eigen::Block<Matrix> H) const {
|
||||||
// Unit
|
// Unit
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
void Unit::print(const std::string& name) const {
|
void Unit::print(const std::string& name) const {
|
||||||
//TODO(Varun): Do we need that space at the end?
|
|
||||||
cout << name << "unit (" << dim_ << ") " << endl;
|
cout << name << "unit (" << dim_ << ") " << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue