[FLASH-BUGS] running flash with runtime error checking
Tomasz Plewa
tomek at flash.uchicago.edu
Tue Mar 9 11:02:44 CST 2004
Peter -
The following modification is correct.
Tomek
--
> 1) source/mesh/amr/paramesh2.0/quadratic_spherical/amr_prolong_gen_unk_fun.F90,
> line 334: idz is not assigned any value (zero by default), so the
> dBaseGetCoords-call makes no sense and dy() gets arbitrary data.
> I propose the following solution:
>
> !call dBaseGetCoords(idz, iYcoord, isg, dy) ! changed PW
> #if N_DIM >= 2
> dyc = y(3) - y(1)
> #else
> dyc = 0.0
> #endif
> dy(:) = y(2)-y(1) ! changed PW,
>
> is that ok?
More information about the flash-bugs
mailing list