mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove unnecessary <Runspec.hpp> includes
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Opm {
|
||||
const auto& connectionSet = well.getConnections();
|
||||
wellCells.reserve(connectionSet.size());
|
||||
|
||||
for ( size_t c=0; c < connectionSet.size(); c++ )
|
||||
for (std::size_t c = 0; c < connectionSet.size(); c++)
|
||||
{
|
||||
const auto& connection = connectionSet.get(c);
|
||||
int compressed_idx = compressedIndexForInterior(connection.global_index());
|
||||
|
||||
Reference in New Issue
Block a user