Skip to content
Snippets Groups Projects
Commit fbcac8e2 authored by Andrew Heather's avatar Andrew Heather Committed by graham
Browse files

small updates and removing X permissions

parent b33f76e5
Branches
Tags
No related merge requests found
Showing
with 2 additions and 2 deletions
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -36,12 +36,12 @@ inline Foam::label Foam::pairPotentialList::pairPotentialIndex
if (a < b)
{
index = a*(2*nIds() - a - 1) / 2 + b;
index = a*(2*nIds() - a - 1)/2 + b;
}
else
{
index = b*(2*nIds() - b - 1) / 2 + a;
index = b*(2*nIds() - b - 1)/2 + a;
}
if (index > size() - 1)
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment