Skip to content

Commit 6e9ec3d

Browse files
committed
Add mu omp fix
1 parent 70f53b0 commit 6e9ec3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Solver/src/MultiphaseSolver/SpatialDiscretization.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ subroutine compute_viscosity_at_faces(no_of_faces, no_of_sides, face_ids, mesh)
16821682

16831683

16841684
if ( LESModel % Active ) then
1685-
!$omp do schedule(runtime) private(i,j,delta,mu_smag)
1685+
!$omp do schedule(runtime) private(i,j,delta,mu_smag,side)
16861686
do iFace = 1, no_of_faces
16871687
associate(f => mesh % faces(face_ids(iFace)))
16881688

0 commit comments

Comments
 (0)