p-costa / SNaC

A multi-block solver for massively parallel direct numerical simulations (DNS) of fluid flows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix minor issues in `main.f90`

p-costa opened this issue · comments

  1. if(myid == 0) write(stderr,*) 'ERROR: implicit diffusion not yet supported with "_FFT_USE_SLICED_PENCILS".' the first instance of this error message needs fixing.

  2. the following too:

#elif  _FFT_Z
                    dyf(lo(2)) == dzf(lo(3))

fixed by 08e2ddd