Fix some sign compare warnings.

This commit is contained in:
Håkon Hægland
2021-06-17 10:44:32 +02:00
parent fbb24e2a5a
commit 860cfd9fb5
3 changed files with 7 additions and 5 deletions

View File

@@ -41,7 +41,6 @@
namespace Opm {
template<typename TypeTag> class GasLiftSingleWell;
template<typename TypeTag> class BlackoilWellModel;
class GasLiftGroupInfo;
}
#include <opm/simulators/wells/GasLiftGroupInfo.hpp>
#include <opm/simulators/wells/GasLiftSingleWell.hpp>