consistently use std::size_t

This commit is contained in:
Arne Morten Kvarving
2023-08-15 09:32:10 +02:00
parent f806e7668b
commit 92fa9577da
64 changed files with 316 additions and 267 deletions

View File

@@ -28,6 +28,7 @@
#include <opm/input/eclipse/Schedule/SummaryState.hpp>
#include <array>
#include <cstddef>
#include <vector>
namespace Opm
@@ -119,7 +120,7 @@ public:
//! \brief Returns upwinding rate for a component in a segment.
EvalWell getSegmentRateUpwinding(const int seg,
const int seg_upwind,
const size_t comp_idx) const;
const std::size_t comp_idx) const;
//! \brief Get bottomhole pressure.
EvalWell getBhp() const;