changes
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#include "parts.hpp"
|
||||
|
||||
Part::Part(std::string name) : SystemElement(name) {
|
||||
|
||||
};
|
||||
Part::Part(std::string name) : SystemElementContainer<Pin>(name) {};
|
||||
|
||||
Parts::Parts(void): SystemElementContainer<Part>("parts") {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user