Skip to content
Snippets Groups Projects
Commit f3c8480d authored by Tom Fischer's avatar Tom Fischer
Browse files

[ML] Cleanup unused constructor.

parent 288f4893
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,6 @@ template <typename T>
class PropertyVector<T*> : public std::vector<T*>
{
public:
PropertyVector(std::vector<T*> const& properties)
: std::vector<T*>(properties)
{}
PropertyVector(std::size_t n_mat_groups,
std::vector<std::size_t> const& mat_group_idx_map)
: std::vector<T*>(n_mat_groups), _mat_group_idx_map(mat_group_idx_map)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment