Loading phx/include/phx/coll/narrow/narrow_detector.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ struct NarrowDetector : com::Library } // Constructors NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name) {} NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name), m_algorithm(alg) {} ~NarrowDetector() override {} // Methods Loading Loading
phx/include/phx/coll/narrow/narrow_detector.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ struct NarrowDetector : com::Library } // Constructors NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name) {} NarrowDetector(const std::string &name, Algorithm alg) : com::Library(name), m_algorithm(alg) {} ~NarrowDetector() override {} // Methods Loading