Minor fixes unrelated to PR:

* Implemented missing method "name" in TableColumn.cpp
* add inline to method in RestartConfig to remove warning
* Whitespace changes
This commit is contained in:
Pål Grønås Drange
2016-10-31 14:55:34 +01:00
parent 63a04b6d0a
commit d8400f05bd
4 changed files with 13 additions and 11 deletions

View File

@@ -331,7 +331,7 @@ inline std::map< std::string, int > RPT( const DeckKeyword& keyword,
return std::move( mnemonics );
}
void expand_RPTRST_mnemonics(std::map< std::string, int >& mnemonics) {
inline void expand_RPTRST_mnemonics(std::map< std::string, int >& mnemonics) {
const auto allprops = mnemonics.find( "ALLPROPS");
if (allprops != mnemonics.end()) {
const auto value = allprops->second;