Silence a few warnings.
This commit is contained in:
@@ -36,8 +36,6 @@ inline std::string fst( const std::pair< std::string, int >& p ) {
|
||||
return p.first;
|
||||
}
|
||||
|
||||
constexpr std::pair<std::time_t, std::size_t> restart_info = std::make_pair(std::time_t{0}, std::size_t{0});
|
||||
|
||||
const std::string grid = R"(
|
||||
RUNSPEC
|
||||
DIMENS
|
||||
|
||||
@@ -1326,21 +1326,6 @@ VAPPARS
|
||||
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(createDeckWithOutOilVaporizationProperties) {
|
||||
std::string input = R"(
|
||||
START -- 0
|
||||
19 JUN 2007 /
|
||||
SCHEDULE
|
||||
DATES -- 1
|
||||
10 OKT 2008 /
|
||||
/
|
||||
)";
|
||||
|
||||
const auto& schedule = make_schedule(input);
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(changeBhpLimitInHistoryModeWithWeltarg) {
|
||||
std::string input = R"(
|
||||
START -- 0
|
||||
|
||||
Reference in New Issue
Block a user