Skip to content

Commit ea5140f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent daf56af commit ea5140f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assemble/Advection_Diffusion_CG.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ subroutine assemble_advection_diffusion_cg(t, matrix, rhs, state, dt, velocity_n
259259
#ifdef _OPENMP
260260
!! Did we successfully prepopulate the transform_to_physical_cache?
261261
logical :: cache_valid
262-
#endif
262+
#endif
263263

264264
type(element_type), dimension(:), allocatable :: supg_element
265265

assemble/Advection_Diffusion_FV.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ subroutine assemble_advection_diffusion_fv(t, matrix, rhs, state)
174174
#ifdef _OPENMP
175175
!! Did we successfully prepopulate the transform_to_physical_cache?
176176
logical :: cache_valid
177-
#endif
177+
#endif
178178

179179
ewrite(1,*) "In assemble_advection_diffusion_fv"
180180

0 commit comments

Comments
 (0)