00001 module interface_IO_input_CF_star_export 00002 implicit none 00003 interface 00004 subroutine IO_input_CF_star_export(filenm,emd,rs,omef,ome,ber,radi) 00005 real(8), pointer :: emd(:,:,:), rs(:,:), omef(:,:,:) 00006 real(8) :: ome,ber,radi 00007 character(len=*) :: filenm 00008 end subroutine IO_input_CF_star_export 00009 end interface 00010 end module interface_IO_input_CF_star_export