소스 검색

fix build

Samuel Thibault 6 년 전
부모
커밋
ae1b8d101a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/fstarpu_mod.f90

+ 1 - 1
include/fstarpu_mod.f90

@@ -785,7 +785,7 @@ module fstarpu_mod
                 end function fstarpu_data_handle_to_pointer
 
                 ! void *starpu_data_pointer_is_inside(starpu_data_handle_t handle, unsigned node, void *ptr);
-                function fstarpu_data_handle_to_pointer (dh,node,ptr) bind(C,name="starpu_data_pointer_is_inside")
+                function fstarpu_data_pointer_is_inside (dh,node,ptr) bind(C,name="starpu_data_pointer_is_inside")
                         use iso_c_binding, only: c_ptr, c_int, c_ptr
                         type(int) :: fstarpu_data_pointer_is_inside
                         type(c_ptr), value, intent(in) :: dh