Skip to content
Snippets Groups Projects
Commit f46234ba authored by andy's avatar andy
Browse files

BUG: Corrected offset data entry for timeVaryMappedFixedValue BC

parent 6f5a54aa
No related merge requests found
...@@ -79,7 +79,7 @@ timeVaryingMappedFixedValueFvPatchField ...@@ -79,7 +79,7 @@ timeVaryingMappedFixedValueFvPatchField
endSampleTime_(-1), endSampleTime_(-1),
endSampledValues_(0), endSampledValues_(0),
endAverage_(pTraits<Type>::zero), endAverage_(pTraits<Type>::zero),
offset_() offset_(ptf.offset_().clone().ptr())
{} {}
......
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