From 307d511a9859adc85f09363facffa9d9e8b564a2 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 7 Aug 2013 16:47:54 +0100 Subject: [PATCH] ENH: externalCoupled BC - remove lock file on exit --- .../externalCoupledMixed/externalCoupledMixedFvPatchField.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C index 15b24c8b1a..f930a1ef5c 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/externalCoupledMixed/externalCoupledMixedFvPatchField.C @@ -614,7 +614,9 @@ externalCoupledMixedFvPatchField template Foam::externalCoupledMixedFvPatchField:: ~externalCoupledMixedFvPatchField() -{} +{ + removeLockFile(); +} // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //