Skip to content
GitLab
Menu
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
532721b8
Commit
532721b8
authored
Dec 19, 2008
by
Andrew Heather
Browse files
minor fix on trackData
parent
65ac3095
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.C
View file @
532721b8
...
...
@@ -396,7 +396,6 @@ void Foam::KinematicCloud<ParcelType>::inject
template
<
class
ParcelType
>
template
<
class
TrackingData
>
void
Foam
::
KinematicCloud
<
ParcelType
>::
injectParcel
(
ParcelType
*
p
)
{
addParticle
(
p
);
...
...
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud.H
View file @
532721b8
...
...
@@ -238,7 +238,6 @@ protected:
void
inject
(
TrackingData
&
td
);
//- Inject parcel if it is valid - delete otherwise
template
<
class
TrackingData
>
void
injectParcel
(
ParcelType
*
p
);
//- Post-injection checks
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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