tasklets.hh: rename to tasklets.hpp

This commit is contained in:
Arne Morten Kvarving
2024-09-03 12:01:11 +02:00
parent 27f9277c47
commit d35d80427e
6 changed files with 9 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
#include <cassert>
#include "config.h"
#include <opm/models/parallel/tasklets.hh>
#include <opm/models/parallel/tasklets.hpp>
std::mutex outputMutex;