43 #include <Teuchos_UnitTestHarness.hpp>
44 #include <Teuchos_CommandLineProcessor.hpp>
87 RCP<sol_mgr_type> solver;
88 TEST_NOTHROW( solver = rcp (
new sol_mgr_type ()) );
95 typedef std::complex<double> ST;
102 RCP<sol_mgr_type> solver;
103 TEST_NOTHROW( solver = rcp (
new sol_mgr_type ()) );