mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: Resolved conflict
This commit is contained in:
@ -70,6 +70,11 @@ bool Foam::localPointRegion::isDuplicate
|
||||
const bool forward
|
||||
)
|
||||
{
|
||||
if (f0.size() != f1.size())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
label fp1 = findIndex(f1, f0[0]);
|
||||
|
||||
if (fp1 == -1)
|
||||
|
||||
Reference in New Issue
Block a user