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