mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
src/postProcessing/functionObjects: Moving the functionObjects into the "functionObjects" namespace
This commit is contained in:
@ -104,7 +104,10 @@ Foam::functionObjects::histogram::New
|
||||
{
|
||||
if (isA<fvMesh>(obr))
|
||||
{
|
||||
return autoPtr<histogram>(new histogram(name, obr, dict));
|
||||
return autoPtr<histogram>
|
||||
(
|
||||
new histogram(name, obr, dict, loadFromFiles)
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user