Clean-up
This commit is contained in:
parent
c6c648e65a
commit
0dd14c8b93
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ License
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with OpenFOAM; if not, write to the Free Software Foundation,
|
||||
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "leastSquaresGrad.H"
|
||||
|
@ -116,7 +116,7 @@ leastSquaresGrad<Type>::grad
|
|||
|
||||
if (vsf.boundaryField()[patchi].coupled())
|
||||
{
|
||||
Field<Type> neiVsf =
|
||||
Field<Type> neiVsf =
|
||||
vsf.boundaryField()[patchi].patchNeighbourField();
|
||||
|
||||
forAll(neiVsf, patchFaceI)
|
||||
|
|
Reference in a new issue