Fix warnings in TableManagerTests
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
|
||||
namespace {
|
||||
|
||||
std::shared_ptr<const Opm::Deck> createSingleRecordDeck() {
|
||||
const char *deckData =
|
||||
@@ -91,6 +92,7 @@ std::shared_ptr<const Opm::Deck> createSingleRecordDeckWithVd() {
|
||||
return deck;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE( CreateTables ) {
|
||||
std::shared_ptr<const Opm::Deck> deck = createSingleRecordDeck();
|
||||
|
||||
Reference in New Issue
Block a user