Skip to content
Snippets Groups Projects

Removed use of deprecated factories

Merged Marco Clemencic requested to merge follow-up-gaudi-420 into master
68 files
+ 1472
1651
Compare changes
  • Side-by-side
  • Inline
Files
68
// $Id: CLHEPSolver.cpp,v 1.4 2009-08-16 14:16:23 wouter Exp $
// Include files
// from Gaudi
#include "GaudiKernel/ToolFactory.h"
#include "GaudiAlg/GaudiTool.h"
// Interface
@@ -39,7 +37,7 @@ private:
//-----------------------------------------------------------------------------
// Declaration of the Tool Factory
DECLARE_TOOL_FACTORY( CLHEPSolver )
DECLARE_COMPONENT( CLHEPSolver )
#include "CLHEP/Matrix/SymMatrix.h"
#include "CLHEP/Matrix/Vector.h"
Loading