Formatting

release/4.3a0
Andrew Melim 2014-11-07 22:00:19 -05:00
parent 88a11329c0
commit ea19fae155
2 changed files with 81 additions and 83 deletions

View File

@ -70,8 +70,6 @@ namespace gtsam {
// Normalize, subtract the smallest key
std::transform(adj_.begin(), adj_.end(), adj_.begin(), std::bind2nd(std::minus<size_t>(), minKey));
}
}