ENH: Code updates in lieu of cloud updates

This commit is contained in:
andy
2010-10-25 17:52:35 +01:00
parent 8c3ecd9b2c
commit 1a61449dce
34 changed files with 99 additions and 86 deletions

View File

@ -157,9 +157,9 @@ public:
streamLineParticle(const streamLineParticle& c);
//- Construct and return a clone
autoPtr<streamLineParticle> clone() const
autoPtr<Particle<streamLineParticle> > clone() const
{
return autoPtr<streamLineParticle>
return autoPtr<Particle<streamLineParticle> >
(
new streamLineParticle(*this)
);
@ -173,7 +173,7 @@ public:
// Tracking
//- Track all particles to their end point
bool move(trackData&);
bool move(trackData&, const scalar trackTime);
//- Overridable function to handle the particle hitting a patch