remove unused function

This commit is contained in:
Arne Morten Kvarving 2019-10-14 08:36:26 +02:00 committed by Markus Blatt
parent 89e2ebd5f9
commit 8e44ca1b2c

View File

@ -55,12 +55,6 @@ namespace {
return inteHead[20];
}
// maximum number of wells
std::size_t nwmaxz(const std::vector<int>& inteHead)
{
return inteHead[163];
}
namespace iUdq {