Removed bug calling start/end during sequence submit phase

This commit is contained in:
Alejandro Saucedo 2020-08-22 16:27:09 +01:00
parent ce00048d8c
commit 906533ae9d
5 changed files with 11 additions and 12 deletions

View file

@ -52,5 +52,5 @@ class OpMult : public OpBase
} // End namespace kp
// Including implemenation for template class
#include "OpMult.tpp"
#include "OpMult.cpp"