Fixed indentation

release/4.3a0
Richard Roberts 2012-02-10 19:47:35 +00:00
parent fab16dd41f
commit 965417ea1b
1 changed files with 4 additions and 5 deletions

View File

@ -49,11 +49,10 @@ namespace gtsam {
/* ************************************************************************* */ /* ************************************************************************* */
void GaussianFactorGraph::permuteWithInverse( void GaussianFactorGraph::permuteWithInverse(
const Permutation& inversePermutation) { const Permutation& inversePermutation) {
BOOST_FOREACH(const sharedFactor& factor, factors_) BOOST_FOREACH(const sharedFactor& factor, factors_) {
{ factor->permuteWithInverse(inversePermutation);
factor->permuteWithInverse(inversePermutation); }
}
} }
/* ************************************************************************* */ /* ************************************************************************* */