Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
4e787f11
Commit
4e787f11
authored
May 22, 2008
by
Andrew Heather
Browse files
consisteny update
parent
6342010a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/postProcessing/field/magGrad/writeMagGradField.C
View file @
4e787f11
...
...
@@ -51,7 +51,7 @@ void writeMagGradField
fieldType
field
(
header
,
mesh
);
Info
<<
" Calculating magGrad"
<<
header
.
name
()
<<
endl
;
volScalarField
magField
volScalarField
mag
Grad
Field
(
IOobject
(
...
...
@@ -62,7 +62,7 @@ void writeMagGradField
),
mag
(
fvc
::
grad
(
field
))
);
magField
.
write
();
mag
Grad
Field
.
write
();
processed
=
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment