fixed: signed/unsigned comparison warning

This commit is contained in:
Arne Morten Kvarving
2019-01-21 12:21:32 +01:00
parent 7f6fd34fd3
commit 40a2e848cb

View File

@@ -313,7 +313,7 @@ captureDeclaredConnData(const Schedule& sched,
allWellConnections.insert(std::make_pair(wl->name(), initConn));
const auto it = allWellConnections.find(wl->name());
const auto xr = xw.find(wl->name());
int rCInd = 0;
size_t rCInd = 0;
if ((it != allWellConnections.end()) && (xr != xw.end())) {
for (auto nConn = conns.size(), connID = 0*nConn; connID < nConn; connID++) {
//