Skip to content
Snippets Groups Projects
Commit 4e787f11 authored by Andrew Heather's avatar Andrew Heather
Browse files

consisteny update

parent 6342010a
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ void writeMagGradField
fieldType field(header, mesh);
Info<< " Calculating magGrad" << header.name() << endl;
volScalarField magField
volScalarField magGradField
(
IOobject
(
......@@ -62,7 +62,7 @@ void writeMagGradField
),
mag(fvc::grad(field))
);
magField.write();
magGradField.write();
processed = true;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment