Hello again,
I run Fortran 90 through Microsoft Developer Studio 97 and my OS is Windows XP Professional.
Now for the question of gullipe
1) COMMON/FFT/ fc(50000)
2) dimension f(nref)
3) call SFP (BUF,LBUF,nx,ny,nz,scr,IC,ihh,ikk,ill,fc)
4) SUBROUTINE SFP...