Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594376
Collapse All | Expand All

(-)SPR-3.3.2/src/SprVarTransformerReader.cc.old (-1 / +1 lines)
Lines 59-65 Link Here
59
  // decode name
59
  // decode name
60
  if( transformerName.empty() ) {
60
  if( transformerName.empty() ) {
61
    cerr << "Unable to read VarTransformer name on line " << nLine << endl;
61
    cerr << "Unable to read VarTransformer name on line " << nLine << endl;
62
    return false;
62
    return 0;
63
  }
63
  }
64
  SprAbsVarTransformer* t = 0;
64
  SprAbsVarTransformer* t = 0;
65
  if(      transformerName == "PCA" )
65
  if(      transformerName == "PCA" )
(-)SPR-3.3.2/src/SprBinaryEncoder.cc.old (-1 / +1 lines)
Lines 165-171 Link Here
165
  if( found != vars.end() ) {
165
  if( found != vars.end() ) {
166
    cerr << "Variable " << sclass.c_str() << " is already included " 
166
    cerr << "Variable " << sclass.c_str() << " is already included " 
167
	 << "in the input list for SprBinaryEncoder." << endl;
167
	 << "in the input list for SprBinaryEncoder." << endl;
168
    return false;
168
    return 0;
169
  }
169
  }
170
  vars.push_back(sclass);
170
  vars.push_back(sclass);
171
171

Return to bug 594376