mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support use of 'vector' in #calc directive (fixes #2039)
This commit is contained in:
@ -31,6 +31,8 @@ Description
|
||||
#include "dictionary.H"
|
||||
#include "Ostream.H"
|
||||
#include "Pstream.H"
|
||||
#include "pointField.H"
|
||||
#include "tensor.H"
|
||||
#include "unitConversion.H"
|
||||
|
||||
//{{{ begin codeInclude
|
||||
@ -51,7 +53,7 @@ ${localCode}
|
||||
|
||||
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //
|
||||
|
||||
extern "C" void ${typeName}(Ostream& os, const dictionary& dict)
|
||||
extern "C" void ${typeName}(Foam::Ostream& os, const Foam::dictionary& dict)
|
||||
{
|
||||
//{{{ begin code
|
||||
${code}
|
||||
|
||||
Reference in New Issue
Block a user