Constructor for a icrf_frame
Note
the et
doesn't matter for inertial frames
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(celestial_body), | intent(in) | :: | b |
the central body |
pure function icrf_frame_constructor(b) result(f) implicit none type(icrf_frame) :: f type(celestial_body),intent(in) :: b !! the central body f%primary_body = b end function icrf_frame_constructor