nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

Add explicit specialization of the base class to module.cpp #661

Closed timspainNERSC closed 3 months ago

timspainNERSC commented 3 months ago

Explicit specialization of the base class in module.cpp

Fixes #657

Change Description

Add a line to module_builder.py to explicitly instantiate the templated Module class within the module.cpp source file.


Test Description

The Release build successfully links all tests on MacOS/clang++.