summaryrefslogtreecommitdiff
path: root/src/routines/level2/xtrsv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xtrsv.hpp')
-rw-r--r--src/routines/level2/xtrsv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/level2/xtrsv.hpp b/src/routines/level2/xtrsv.hpp
index dc3f32f0..67e626a1 100644
--- a/src/routines/level2/xtrsv.hpp
+++ b/src/routines/level2/xtrsv.hpp
@@ -27,11 +27,11 @@ class Xtrsv: public Xgemv<T> {
public:
// Uses the generic matrix-vector routine
- using Xgemv<T>::routine_name_;
using Xgemv<T>::queue_;
using Xgemv<T>::context_;
using Xgemv<T>::device_;
using Xgemv<T>::db_;
+ using Xgemv<T>::program_;
using Xgemv<T>::DoGemv;
// Constructor