Skip to content

Commit

Permalink
Rename module external_interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 17, 2024
1 parent 871c1af commit 86b28a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module external_interfaces
module external_interfaces_dot

use kinds

Expand Down Expand Up @@ -29,4 +29,4 @@ end function ddot
#endif
end interface

end module external_interfaces
end module external_interfaces_dot
2 changes: 1 addition & 1 deletion src/fordot_options.f90
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end function dot_R0R1R1_rel_opts

!> author: Seyed Ali Ghasemi
pure function md_2(u,v) result(a)
use external_interfaces
use external_interfaces_dot
real(rk), dimension(:), intent(in), contiguous :: u, v
real(rk) :: a

Expand Down

0 comments on commit 86b28a8

Please sign in to comment.