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
57e61631
Commit
57e61631
authored
Dec 22, 2010
by
graham
Browse files
STYLE: Comment fix.
parent
9552221d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C
View file @
57e61631
...
...
@@ -51,7 +51,7 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT
scalar
fraction
=
testParticle
.
trackToFace
(
position
()
+
dt
*
U
,
td
);
td
.
keepParticle
=
oldKeepParticle
;
td
.
switchProcessor
=
oldSwitchProcessor
;
// Adapt the dt to subdivide the trajectory into
4
substeps.
// Adapt the dt to subdivide the trajectory into substeps.
return
dt
*
fraction
/
td
.
nSubCycle_
;
}
...
...
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