foamDebugSwitches -> foamList -debug

This commit is contained in:
Henry Weller
2016-06-10 13:34:58 +01:00
parent 603e34d514
commit c8188265f1
8 changed files with 138 additions and 67 deletions

View File

@ -182,6 +182,13 @@ Foam::wordList Foam::DictionaryBase<IDLListType, T>::toc() const
}
template<class IDLListType, class T>
Foam::wordList Foam::DictionaryBase<IDLListType, T>::sortedToc() const
{
return hashedTs_.sortedToc();
}
template<class IDLListType, class T>
void Foam::DictionaryBase<IDLListType, T>::insert(const word& keyword, T* tPtr)
{