diff --git a/fortran/gridsysf.f90 b/fortran/gridsysf.f90 index 3d85e9a6..6e59c584 100644 --- a/fortran/gridsysf.f90 +++ b/fortran/gridsysf.f90 @@ -148,8 +148,8 @@ module gridsysf import c_long integer(c_long), intent(in), value :: bz_grid_index integer(c_long), intent(in) :: rotation(3, 3) - integer(c_long), intent(inout) :: bz_grid_addresses(3, *) - integer(c_long), intent(inout) :: bz_map(*) + integer(c_long), intent(in) :: bz_grid_addresses(3, *) + integer(c_long), intent(in) :: bz_map(*) integer(c_long), intent(in) :: D_diag(3) integer(c_long), intent(in) :: PS(3) integer(c_long), intent(in), value :: bz_grid_type