mappedPatchBaseTemplates: Added dummy return to avoid compiler warnings
This commit is contained in:
@ -98,6 +98,8 @@ Foam::mappedPatchBase::reverseDistribute(const Field<Type>& fld) const
|
||||
<< sampleModeNames_[NEARESTPATCHFACE] << " or "
|
||||
<< sampleModeNames_[NEARESTPATCHFACEAMI] << "mode"
|
||||
<< exit(FatalError);
|
||||
|
||||
return tmp<Field<Type>>(nullptr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user