Removed unneeded qualifier from VectorValues::permuteInPlace()
parent
1d8d733182
commit
3cf45fccba
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue