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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user