Merge branch 'AMI'

This commit is contained in:
andy
2011-09-07 14:50:57 +01:00
355 changed files with 15525 additions and 941 deletions

View File

@ -92,7 +92,7 @@ void Foam::nearWallFields::read(const dictionary& dict)
distance_ = readScalar(dict.lookup("distance"));
// Clear out any previously loaded fields
// Clear out any previously loaded fields
vsf_.clear();
vvf_.clear();
vSpheretf_.clear();

View File

@ -88,7 +88,7 @@ void Foam::readFields::execute()
{
//Info<< type() << " " << name_ << ":" << nl;
// Clear out any previously loaded fields
// Clear out any previously loaded fields
vsf_.clear();
vvf_.clear();
vSpheretf_.clear();

View File

@ -90,7 +90,7 @@ void Foam::surfaceInterpolateFields::execute()
{
if (active_)
{
// Clear out any previously loaded fields
// Clear out any previously loaded fields
ssf_.clear();
svf_.clear();
sSpheretf_.clear();