Skip to content

Add copy constructor to Species class #2276

@rprospero

Description

@rprospero

Describe the feature / issue
Currently, the Species class does not have a copy constructor. This becomes a problem when creating a Species node, as it's not possible to create the species and then pass it into the new node (and we therefore use a std::shared_ptr). Adding a copy constructor removes the indirection.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions