00001 module interface_interpolation_fillup_binary_COCP 00002 implicit none 00003 interface 00004 subroutine interpolation_fillup_binary_COCP(impt,fnchar,char,fnc) 00005 real(8), pointer :: fnc(:,:,:) 00006 integer :: impt 00007 character(len=4) :: fnchar 00008 character(len=2) :: char 00009 end subroutine interpolation_fillup_binary_COCP 00010 end interface 00011 end module interface_interpolation_fillup_binary_COCP