We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02735eb commit c985027Copy full SHA for c985027
src/modpois.f90
@@ -763,9 +763,9 @@ subroutine poisson
763
#else
764
write(*,*) "POISS_FFT2D_2DECOMP on CPU."
765
#endif
766
- call alloc_x(px, opt_xlevel=(/0,0,0/))
767
- call alloc_y(py, opt_ylevel=(/0,0,0/))
768
- call alloc_z(pz, opt_zlevel=(/0,0,0/))
+ call alloc_x(px, opt_levels=(/0,0,0/))
+ call alloc_y(py, opt_levels=(/0,0,0/))
+ call alloc_z(pz, opt_levels=(/0,0,0/))
769
allocate(Fx(sp%xsz(1),sp%xsz(2),sp%xsz(3)))
770
allocate(Fy(sp%ysz(1),sp%ysz(2),sp%ysz(3)))
771
allocate(Fz(sp%zsz(1),sp%zsz(2),sp%zsz(3)))
0 commit comments