Go to the source code of this file.
◆ fdisc()
Definition at line 6 of file fdisc.f.
Referenced by cellave(), and fss().
7 implicit double precision (a-h,o-z)
8 common/cdisc/ x0,y0,alf,beta,r0,idisc
23 fdisc = (x-x0)*alf + (y-y0)*beta
28 fdisc = (x-x0)**2 + (y-y0)**2 - r0**2