Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | is_known | = | .FALSE. | ||
double precision, | public, | DIMENSION(:,:,:), ALLOCATABLE | :: | points |
Array containing the coordinates of the matter objects' surfaces The first index runs over the stars; the second and third run over the surface points (number of points for and ); the fourth index runs over the Cartesian coordinates of the points |
TYPE surface
LOGICAL:: is_known= .FALSE.
DOUBLE PRECISION, DIMENSION(:,:,:), ALLOCATABLE:: points
!# Array containing the coordinates of the matter objects' surfaces
! The first index runs over the stars; the second and third run over
! the surface points (number of points for \(\theta\) and \(\varphi\));
! the fourth index runs over the Cartesian coordinates of the points
END TYPE surface