summaryrefslogtreecommitdiff
path: root/include/internal/routines/level1/xdot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/routines/level1/xdot.h')
-rw-r--r--include/internal/routines/level1/xdot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/internal/routines/level1/xdot.h b/include/internal/routines/level1/xdot.h
index 64b62945..95a7ad07 100644
--- a/include/internal/routines/level1/xdot.h
+++ b/include/internal/routines/level1/xdot.h
@@ -28,6 +28,7 @@ class Xdot: public Routine<T> {
using Routine<T>::db_;
using Routine<T>::source_string_;
using Routine<T>::queue_;
+ using Routine<T>::event_;
using Routine<T>::context_;
using Routine<T>::GetProgramFromCache;
using Routine<T>::TestVectorX;
@@ -37,7 +38,7 @@ class Xdot: public Routine<T> {
using Routine<T>::ErrorIn;
// Constructor
- Xdot(Queue &queue, Event &event, const std::string &name = "DOT");
+ Xdot(Queue &queue, EventPointer event, const std::string &name = "DOT");
// Templated-precision implementation of the routine
StatusCode DoDot(const size_t n,