correcting typo

This commit is contained in:
andy
2008-09-19 17:28:33 +01:00
parent 3acbb7bf74
commit 17454ed316
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ void Foam::sampledSets::verbose(const bool verbosity)
}
void::Foam::sampledSets::execute()
void Foam::sampledSets::execute()
{
// Do nothing - only valid on write
}

View File

@ -309,7 +309,7 @@ void Foam::sampledSurfaces::verbose(const bool verbosity)
}
void::Foam::sampledSurfaces::execute()
void Foam::sampledSurfaces::execute()
{
// Do nothing - only valid on write
}