small updates and removing X permissions

This commit is contained in:
andy
2008-06-23 18:06:06 +01:00
committed by graham
parent b33f76e5cb
commit fbcac8e23c
88 changed files with 8 additions and 2 deletions

View File

View File

@ -5,7 +5,13 @@ wmake libso basic
wmake libso solidParticle
wmake libso intermediate
wmake libso dieselSpray
<<<<<<< HEAD:src/lagrangian/Allwmake
wmake libso molecularDynamics/potential
wmake libso molecularDynamics/molecule
=======
(cd molecularDynamics && wmake libso potential)
(cd molecularDynamics && wmake libso molecule)
>>>>>>> small updates and removing X permissions:src/lagrangian/Allwmake

View File

View File

View File

View File

View File

View File

0
src/lagrangian/molecularDynamics/molecule/mdTools/md.H Executable file → Normal file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -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)

View File

View File

View File

View File

View File

View File

View File

View File

0
tutorials/gnemdFoam/nanoNozzle/system/controlDict Executable file → Normal file
View File

0
tutorials/gnemdFoam/nanoNozzle/system/decomposeParDict Executable file → Normal file
View File

0
tutorials/gnemdFoam/nanoNozzle/system/fvSchemes Executable file → Normal file
View File

0
tutorials/gnemdFoam/nanoNozzle/system/fvSolution Executable file → Normal file
View File

0
tutorials/gnemdFoam/nanoNozzle/system/mdSolution Executable file → Normal file
View File

0
tutorials/gnemdFoam/nanoNozzle/system/molConfigDict Executable file → Normal file
View File