ThirdParty packages: modification for calling make another compiler than gcc
[openfoam-extend-OpenFOAM-1.6-ext.git] / applications / solvers / surfaceTracking / include / setReference.H
blob3cf0153b4ae31f773054f47bde3f74fb32abbe2d
1 // if (pNeedRef && Pstream::master())
2 if (pNeedRef && procHasRef)
4     pEqn.source()[pRefCell] += 
5         pEqn.diag()[pRefCell]*pRefValue;
7     pEqn.diag()[pRefCell] +=
8         pEqn.diag()[pRefCell];