Skip to content
Snippets Groups Projects
Commit a8b7ca81 authored by Prashant Sonakar's avatar Prashant Sonakar Committed by Mark OLESEN
Browse files

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

parent b42424cb
Branches
Tags
No related merge requests found
......@@ -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()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment