|
Please move the templates which are now in `SpectraTemplates.hpp` to `Spectra.cc`.
I originally moved them the templates to `SpectraTemplates.hpp` as I couldn't get them running when they were in `Spectra.cc`, even with the template specializations. Unfortunately I can't find anymore which errors I got, but when I googled it I found that the errors could be avoided if the templates were moved into the header, which worked. Currently `SpectraTemplates.hpp` is included in `Spectra.h` at the end of the file.
|