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

Update init_parallel_stencil.jl #41

Closed alexpattyn closed 2 years ago

alexpattyn commented 2 years ago

Updated text formatting.

Before the parallel in @init_parallel_stencil showed up in italics.

luraess commented 2 years ago

Thanks ! 🙂

omlins commented 2 years ago

There was intentionally not everything put between `` symbols and therefore highlighted in color in the REPL - in order to make the most important things for each function come out more. I therefore reverted the commit. At some point, we should revise the usage of `` in order to improve the formatting, but this should be done in the consistently in the whole source code at once.