Skip to content
Snippets Groups Projects
Commit 4a547dfb authored by Stephan Schulz's avatar Stephan Schulz
Browse files

fix correct dummy argument sequence for set_proc_grid_params

parent 92bd0d55
Branches
Tags
1 merge request!8Refactor
Pipeline #26044 failed
......@@ -135,7 +135,7 @@ contains
! TODO these nloc and nsize, must always be dim? Which has been set previously!
! If the lengths are irrelevant, we may do away with the safety and just bind the C function to
! the derived type.
call all_set_proc_grid_params_f(this%object, loc, this%dim, ranks, this%dim)
call all_set_proc_grid_params_f(this%object, this%dim, loc, this%dim, ranks)
end subroutine
subroutine ALL_set_proc_tag(this, tag)
class(ALL_t), intent(in) :: this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment