Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Dec 17, 2024
1 parent 4f368b6 commit 4d61fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ if(ESPRESSO_BUILD_WITH_CALIPER)
if(NOT caliper_POPULATED)
FetchContent_MakeAvailable(caliper)
endif()
target_compile_options(
caliper-common PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wno-restrict>)
target_compile_options(caliper-common
PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wno-restrict>)
target_compile_options(
caliper-services
PRIVATE
Expand Down
2 changes: 1 addition & 1 deletion maintainer/walberla_kernels/generate_ek_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def patch_diffusive_flux_elec_kernel(content):
staggered=True,
block_offset=block_offsets if fluctuation else None,
**params)
class_name = f"DiffusiveFluxKernelWithElectrostatic{midfix}_{precision_suffix}"
class_name = f"DiffusiveFluxKernelWithElectrostatic{midfix}_{precision_suffix}" # nopep8
pystencils_walberla.generate_sweep(
ctx, class_name,
ek_electrostatic.flux(include_vof=False, include_fluctuations=fluctuation,
Expand Down

0 comments on commit 4d61fdf

Please sign in to comment.