10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-23 03:07:34 +02:00

missing end subroutine

This commit is contained in:
Anthony Scemama 2016-06-20 16:20:59 +02:00
parent 5a4453b74e
commit 69f857b690

View File

@ -62,7 +62,7 @@ module mmap_module
length = PRODUCT( shape(:) ) * bytes
fd_ = fd
call c_munmap( length, fd_, map)
end
end subroutine
end module mmap_module