omlins / ParallelStencil.jl

Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
312 stars 31 forks source link

Add indent #48

Closed luraess closed 2 years ago

luraess commented 2 years ago

One may want to add indention for enhance readability https://github.com/omlins/ParallelStencil.jl/blob/a5b9ed5526e71a53be7e7cec4cc8039cd8831925/examples/parametrized/diffusion3D_multigpucpu_novis.jl#L18

omlins commented 2 years ago

Done.