Skip to content
Snippets Groups Projects
Commit 267b125a authored by Prashant Sonakar's avatar Prashant Sonakar
Browse files

BUG: output field name instead of field (fixes #224)

parent 0c563657
Branches
Tags
1 merge request!59BUG: output field name instead of field (fixes #224)
...@@ -165,7 +165,7 @@ int Foam::ddt2::apply ...@@ -165,7 +165,7 @@ int Foam::ddt2::apply
{ {
// could add additional statistics here // could add additional statistics here
Info<< type() << " " << name_ Info<< type() << " " << name_
<< " field " << output << " field " << outputName
<< " average: " << gAverage(output) << endl; << " average: " << gAverage(output) << endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment