Loading test/unit/phys/dca_step/cluster_solver/test_setup.hpp +8 −11 Original line number Diff line number Diff line Loading @@ -71,13 +71,10 @@ struct G0Setup : public ::testing::Test { G0Setup() : concurrency_(0, nullptr), parameters_("", concurrency_) {} virtual void SetUp() { try { try { parameters_.template read_input_and_broadcast<io::JSONReader>(input_name); } catch(...) { catch (...) { std::cout << "Attempting to read: " << input_name << std::endl; } parameters_.update_model(); Loading @@ -93,7 +90,7 @@ struct G0Setup : public ::testing::Test { virtual void TearDown() {} }; } // testing } // dca } // namespace testing } // namespace dca #endif // DCA_TEST_UNIT_PHYS_DCA_STEP_CLUSTER_SOLVER_TEST_SETUP_HPP Loading
test/unit/phys/dca_step/cluster_solver/test_setup.hpp +8 −11 Original line number Diff line number Diff line Loading @@ -71,13 +71,10 @@ struct G0Setup : public ::testing::Test { G0Setup() : concurrency_(0, nullptr), parameters_("", concurrency_) {} virtual void SetUp() { try { try { parameters_.template read_input_and_broadcast<io::JSONReader>(input_name); } catch(...) { catch (...) { std::cout << "Attempting to read: " << input_name << std::endl; } parameters_.update_model(); Loading @@ -93,7 +90,7 @@ struct G0Setup : public ::testing::Test { virtual void TearDown() {} }; } // testing } // dca } // namespace testing } // namespace dca #endif // DCA_TEST_UNIT_PHYS_DCA_STEP_CLUSTER_SOLVER_TEST_SETUP_HPP