I'm relatively new to Fortran 90 and I'm encountering several problems with
the following code.
Code: Select all
program hfss_main
!-------------------------------------------------------------------------------
! -- Use association --
use derived_data_types
use output
use ray_visual_module
use randdp
use interpol
use calc_functions, only: int_line_ellipsoid, int_line_plane,
int_line_sphere, normal_ellipsoid, tripod, unit_vector
use hfss_lamp
use hfss_geo
use hfss_init_termin
use hfss_results
use radiometer
! -- Null mapping --
implicit none
The file derived_data_types.f90 exists and it's in the same folder. Could anyone please help me?
Thanks in advance!
Enrico