Skip to content

Commit

Permalink
Make Partitioner(std::string) explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
wdeconinck committed Sep 12, 2023
1 parent 49a35f7 commit 08734eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atlas/grid/Partitioner.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Partitioner : DOXYGEN_HIDE(public util::ObjectHandle<detail::partitioner::
public:
using Handle::Handle;
Partitioner() = default;
Partitioner(const std::string& type);
explicit Partitioner(const std::string& type);
Partitioner(const std::string& type, const idx_t nb_partitions);
Partitioner(const Config&);
Partitioner(const std::string& type, const Config&);
Expand Down

0 comments on commit 08734eb

Please sign in to comment.