Merge branch 'BUG_GL_449' into 'master'

BUG: adding case path to support parallel execution (Fixes #449)

Closes #449

See merge request !101
This commit is contained in:
Andrew Heather
2017-04-19 08:40:53 +01:00

View File

@ -416,7 +416,8 @@ void Foam::timeVaryingMappedFixedValueFvPatchField<Type>::checkTable()
// Reread values and interpolate
fileName valsFile
(
this->db().time().caseConstant()
this->db().time().path()
/this->db().time().caseConstant()
/"boundaryData"
/this->patch().name()
/sampleTimes_[endSampleTime_].name()