foamDictionary: Added support for the new dictionary "slash" syntax
Maintains backward compatibility with the current "dot" syntax.
This commit is contained in:
@ -135,4 +135,10 @@ bool Foam::functionEntries::inputSyntaxEntry::dot()
|
||||
}
|
||||
|
||||
|
||||
char Foam::functionEntries::inputSyntaxEntry::scopeChar()
|
||||
{
|
||||
return syntax_ == SLASH ? '/' : '.';
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user