Skip to content

Commit

Permalink
Add explicit specialization of the base class to module.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
timspainNERSC committed Aug 23, 2024
1 parent 3c9863e commit 25b1ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/module_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ def write_source_file(source, config, strings):
{{
addToConfiguredModules<{strings[class_name]}, {strings[module_class_name]}>();
}}
template class {module_templ};
""")
source.write("""
} /* namespace Module */
Expand Down

0 comments on commit 25b1ff1

Please # to comment.