You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CACmb/src/region.f90

14 lines
234 B

module region
use precision_comm_module
implicit none
public
contains
subroutine build_region(line)
character(len=100), intent(in) :: line
end subroutine build_region
end module region