18 #ifndef RESTART_VALUE_HPP
19 #define RESTART_VALUE_HPP
48 UnitSystem::measure dim;
56 RestartKey( UnitSystem::measure _dim,
bool _required)
74 std::map<std::string,std::vector<double>> extra = {};
78 solution(std::move(sol)),
79 wells(std::move(wells_arg)),
80 extra(std::move(extra_arg))
86 solution(std::move(sol)),
87 wells(std::move(wells_arg))
Definition: Solution.hpp:32
Definition: RestartValue.hpp:45
Definition: RestartValue.hpp:70
Definition: Wells.hpp:109