20 #ifndef VALIDATION_FUNCTIONS_HPP 21 #define VALIDATION_FUNCTIONS_HPP 25 #include <unordered_map> 34 struct ValidationError;
36 using ValidationFunction = std::function<void(
const DeckKeyword&,
37 std::vector<ValidationError>&)>;
41 std::unordered_map<std::string, ValidationFunction>
46 #endif // VALIDATION_FUNCTIONS_HPP Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
Definition: KeywordValidation.cpp:38