ENH: externalCoupled BC - remove lock file on exit

This commit is contained in:
andy
2013-08-07 16:47:54 +01:00
parent 64ceed495c
commit 307d511a98

View File

@ -614,7 +614,9 @@ externalCoupledMixedFvPatchField
template<class Type>
Foam::externalCoupledMixedFvPatchField<Type>::
~externalCoupledMixedFvPatchField()
{}
{
removeLockFile();
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //