Skip to content
Snippets Groups Projects
Commit 5de4de19 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

dont support torch script on tro

parent 172f55e5
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public:
virtual ~TransmissionLineOpen();
virtual char getComponantChar() const override;
virtual std::string getCode(std::vector<std::string>& parameters) override;
virtual std::string getTorchScript(std::vector<std::string>& parameters) override;
//virtual std::string getTorchScript(std::vector<std::string>& parameters) override;
virtual std::string componantName() const override {return "TransmissionLineOpen";}
static constexpr char staticGetComponantChar(){return 'o';}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment