20#ifndef VALIDATION_FUNCTIONS_HPP
21#define VALIDATION_FUNCTIONS_HPP
25#include <unordered_map>
32namespace Opm::KeywordValidation {
36using ValidationFunction = std::function<void(
const DeckKeyword&,
37 std::vector<ValidationError>&)>;
41std::unordered_map<std::string, ValidationFunction>
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
Definition KeywordValidation.hpp:75