useless module
This commit is contained in:
parent
56ef22b4eb
commit
89d1cbda85
|
@ -0,0 +1,9 @@
|
|||
module dummy
|
||||
implicit none
|
||||
contains
|
||||
|
||||
subroutine print_dummy
|
||||
print *, 'this is the dummy subroutine'
|
||||
end subroutine
|
||||
|
||||
end module
|
Loading…
Reference in New Issue