We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa09577 commit e27d0efCopy full SHA for e27d0ef
1 file changed
include/opdi/logic/omp/parallelOmpLogic.hpp
@@ -46,8 +46,7 @@ namespace opdi {
46
std::vector<ImplicitTaskData*> childTaskData;
47
};
48
49
- struct ParallelOmpLogic : public virtual LogicInterface,
50
- public virtual TapePool {
+ struct ParallelOmpLogic : public virtual LogicInterface {
51
public:
52
53
using LogicInterface::AdjointAccessMode;
0 commit comments