my_mod1 Function

public function my_mod1(na, nb)

A function to calculate the modulo of two integers na and nb

Arguments

Type IntentOptional Attributes Name
integer :: na
integer :: nb

Return Value integer


Called by

proc~~my_mod1~~CalledByGraph proc~my_mod1 my_mod1 proc~part2d part2d proc~part2d->proc~my_mod1 program~helmholtz_2d helmholtz_2d program~helmholtz_2d->proc~part2d