From 3cf45fccba14b434e1280b3db37af2a9da4c92a4 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Wed, 19 Dec 2012 19:58:17 +0000 Subject: [PATCH] Removed unneeded qualifier from VectorValues::permuteInPlace() --- gtsam/linear/VectorValues.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/VectorValues.h b/gtsam/linear/VectorValues.h index 1997a4bd5..f1883f6b3 100644 --- a/gtsam/linear/VectorValues.h +++ b/gtsam/linear/VectorValues.h @@ -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