Forgotten a debug print

This commit is contained in:
evomarc 2001-02-01 05:27:36 +00:00
commit f9fed9acc1

View file

@ -139,7 +139,6 @@ public :
{
vector<vector<double> > vv(vec.size());
vv[0]=v;
cout << "taille des vecteurs " << v.size() << endl;
for (unsigned i=1; i<vec.size(); i++)
{
ptParam = static_cast<const eoValueParam<vector<double> >* >(vec[1]);