We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1911ee commit 8d4ed48Copy full SHA for 8d4ed48
src/object_interface.f90
@@ -50,6 +50,7 @@ pure module function user_defined(this) result(is_defined)
50
abstract interface
51
subroutine write_interface(self, unit, iotype, v_list, iostat, iomsg)
52
import object
53
+ implicit none
54
class(object), intent(in) :: self
55
integer, intent(in) :: unit
56
character(*), intent(in) :: iotype
0 commit comments