summaryrefslogtreecommitdiff
path: root/src/routines/level2/xspr2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xspr2.cc')
-rw-r--r--src/routines/level2/xspr2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/level2/xspr2.cc b/src/routines/level2/xspr2.cc
index 9a3f97ce..c4ad5dc4 100644
--- a/src/routines/level2/xspr2.cc
+++ b/src/routines/level2/xspr2.cc
@@ -46,6 +46,7 @@ StatusCode Xspr2<T>::DoSpr2(const Layout layout, const Triangle triangle,
// =================================================================================================
// Compiles the templated class
+template class Xspr2<half>;
template class Xspr2<float>;
template class Xspr2<double>;