From 1bbf3cbcee06c72aef318b1f0d8f54d2c6a3e632 Mon Sep 17 00:00:00 2001 From: Antoine Bussy <antoine.bussy@lirmm.fr> Date: Thu, 17 Nov 2011 13:13:10 +0100 Subject: [PATCH] Fixed registration of methodes of the PG. --- src/PatternGeneratorInterfacePrivate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PatternGeneratorInterfacePrivate.cpp b/src/PatternGeneratorInterfacePrivate.cpp index 847dfa24..2e91f592 100644 --- a/src/PatternGeneratorInterfacePrivate.cpp +++ b/src/PatternGeneratorInterfacePrivate.cpp @@ -193,7 +193,7 @@ namespace PatternGeneratorJRL { ":setMeanPos", ":setMaxPos"}; - for(int i=0;i<15;i++) + for(int i=0;i<19;i++) { if (!SimplePlugin::RegisterMethod(aMethodName[i])) { -- GitLab