Skip to content
Snippets Groups Projects
Commit f87a730b authored by mattijs's avatar mattijs
Browse files

BUG: timeVaryingMappedFixedValueFvPatchField: re-calculate interpolations

parent c00e99a6
Branches
Tags
No related merge requests found
......@@ -209,7 +209,7 @@ template<class Type>
void timeVaryingMappedFixedValueFvPatchField<Type>::checkTable()
{
// Initialise
if (startSampleTime_ == -1 && endSampleTime_ == -1)
if (mapperPtr_.empty())
{
pointIOField samplePoints
(
......
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