diff --git a/SkeletonObjectInfoScripting.cc b/SkeletonObjectInfoScripting.cc index fd7fda92d8bf90f238223c176ed75c7d3121fdc7..528db01607a8dac5ac4a8e7b90f93a571b987577 100644 --- a/SkeletonObjectInfoScripting.cc +++ b/SkeletonObjectInfoScripting.cc @@ -127,7 +127,7 @@ int InfoSkeletonObjectPlugin::branchCount(int _skeletonID) ++result; return result; - +//safsdf } //----------------------------------------------------------------------------- @@ -137,7 +137,7 @@ int InfoSkeletonObjectPlugin::branchCount(int _skeletonID) * @param _skeletonID skeleton id * @return number of leaves or -1 if an error occured */ -int InfoSkeletonObjectPlusgins::leafCount(int _skeletonID) +int InfoSkeletonObjectPlugin::leafCount(int _skeletonID) { Skeleton* skeleton = PluginFunctions::skeleton(_skeletonID); if ( !skeleton )