Rename ThreadHandle.hpp -> threadHandle.hh

Also adding some comments.
This commit is contained in:
Tor Harald Sandve
2018-02-09 09:23:40 +01:00
parent 76edfa7789
commit 3ede6ecc69

View File

@@ -33,7 +33,7 @@
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include <ewoms/io/baseoutputwriter.hh>
#include <ebos/ThreadHandle.hpp>
#include <ebos/threadhandle.hh>
#include <opm/output/eclipse/EclipseIO.hpp>
#include <opm/material/common/Valgrind.hpp>
@@ -48,7 +48,6 @@
#include <sstream>
#include <fstream>
#include <type_traits>
#include <thread>
namespace Ewoms {
namespace Properties {