From 2f92faf9b9fd4d6e5f557dbbf5094910c0addd6e Mon Sep 17 00:00:00 2001 From: trillos Date: Thu, 15 Oct 2009 08:33:21 +0000 Subject: [PATCH] v2 --- PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx b/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx index 997403c..0290fce 100644 --- a/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx +++ b/PackRecalage/src/bbPackRecalageCalculateVectorBox.cxx @@ -13,10 +13,11 @@ void CalculateVectorBox::Process() if(bbGetInputLabels1()[0].compare("") != 0) { - std::vector newX1; - newX1.push_back((float)bbGetInputPointsX1()[0]); - std::vector newX2; - newX2.push_back((float)bbGetInputPointsX2()[0]); + //std::vector newX1; + //newX1.push_back((float)bbGetInputPointsX1()[0]); + std::cout << "Points for first vector: " << bbGetInputPointsX1()[0] << " " << bbGetInputPointsX1()[1] << std::endl; + //std::vector newX2; + //newX2.push_back((float)bbGetInputPointsX2()[0]); } } void CalculateVectorBox::bbUserSetDefaultValues() -- 2.45.0