Hi,
the problem here is that i keep getting these error while compiling:
sourceponc.f90:11:
ux=cos(theta)sin(phi) 1 Error: Unclassifiable statement at (1) sourceponc.f90:12:
uy=sin(theta)sin(phi) 1 Error: Unclassifiable statement at (1)
Hi everyone,
I want to write a program in FORTRAN which calculate the detection efficiency for a punctual source and a disc source at a distance from the detector .The disc detector is assumed to be perfect: ie photon absorbing everything that falls on it. So here I am working in 3D and I use...