Formatting
parent
88a11329c0
commit
ea19fae155
|
|
@ -70,8 +70,6 @@ namespace gtsam {
|
||||||
|
|
||||||
// Normalize, subtract the smallest key
|
// Normalize, subtract the smallest key
|
||||||
std::transform(adj_.begin(), adj_.end(), adj_.begin(), std::bind2nd(std::minus<size_t>(), minKey));
|
std::transform(adj_.begin(), adj_.end(), adj_.begin(), std::bind2nd(std::minus<size_t>(), minKey));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue