Loading src/modules/NetlistWriter/NetlistWriterModule.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ NetlistWriterModule::NetlistWriterModule(Configuration& config, Messenger* messe netlist_path_ = config.getPath("netlist_template", true); // Get the generated netlist name config_.setDefault<std::string>("file_name", "output_netlist_event_"); config_.setDefault<std::string>("file_name", "output_netlist_event"); file_name_ = config.get<std::string>("file_name"); // Default source type set to ISOURCE_PULSE Loading src/modules/NetlistWriter/NetlistWriterModule.hpp +0 −4 Original line number Diff line number Diff line Loading @@ -7,10 +7,6 @@ * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an * Intergovernmental Organization or submit itself to any jurisdiction. * SPDX-License-Identifier: MIT * * Contains minimal dummy module to use as a start for the development of your own module * * Please refer to the User Manual for more details on the different files of a module and the methods of the module class.. */ #include <filesystem> Loading Loading
src/modules/NetlistWriter/NetlistWriterModule.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ NetlistWriterModule::NetlistWriterModule(Configuration& config, Messenger* messe netlist_path_ = config.getPath("netlist_template", true); // Get the generated netlist name config_.setDefault<std::string>("file_name", "output_netlist_event_"); config_.setDefault<std::string>("file_name", "output_netlist_event"); file_name_ = config.get<std::string>("file_name"); // Default source type set to ISOURCE_PULSE Loading
src/modules/NetlistWriter/NetlistWriterModule.hpp +0 −4 Original line number Diff line number Diff line Loading @@ -7,10 +7,6 @@ * In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an * Intergovernmental Organization or submit itself to any jurisdiction. * SPDX-License-Identifier: MIT * * Contains minimal dummy module to use as a start for the development of your own module * * Please refer to the User Manual for more details on the different files of a module and the methods of the module class.. */ #include <filesystem> Loading