Skip to content

Commit

Permalink
Remove metadata from the module class
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Mar 6, 2024
1 parent 1c7cd9d commit e54ab2b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ class {{moduleName}} : public NESTExtensionInterface
~{{moduleName}}() {}

void init() override;

std::string name() override { return "{{moduleName}}"; }
std::string contact() override { return "[email protected]"; }
std::string url() override { return "https://nestml.readthedocs.io/en/latest"; }
std::string uri() override { return ""; }
};

{{moduleName}} {{moduleName}}_LTX_module;
Expand Down

0 comments on commit e54ab2b

Please sign in to comment.