Removed unneeded qualifier from VectorValues::permuteInPlace()

release/4.3a0
Stephen Williams 2012-12-19 19:58:17 +00:00
parent 1d8d733182
commit 3cf45fccba
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ namespace gtsam {
/**
* Permute the variables in the VariableIndex according to the given partial permutation
*/
void VectorValues::permuteInPlace(const Permutation& selector, const Permutation& permutation);
void permuteInPlace(const Permutation& selector, const Permutation& permutation);
/**
* Permute the entries of this VectorValues in place