20 #ifndef OPM_UTIL_COMPRESS_PARTITION_HPP_INCLUDED 21 #define OPM_UTIL_COMPRESS_PARTITION_HPP_INCLUDED 26 namespace Opm {
namespace util {
27 std::pair<std::vector<int>,
int>
28 compressAndCountPartitionIDs(std::vector<int>&& parts0);
30 std::vector<int> compressPartitionIDs(std::vector<int>&& parts0);
31 void compressPartitionIDs(std::vector<int>& parts0);
34 #endif // OPM_UTIL_COMPRESS_PARTITION_HPP_INCLUDED This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45