| 
    GRASP
    
   | 
 
Functions/Subroutines | |
| subroutine | slug (i, j, varmax, varupp, varned, ansats, org, lock, dubbel, low, start, stopp) | 
| subroutine slug | ( | integer, intent(in) | i, | 
| integer, intent(in) | j, | ||
| integer, intent(in) | varmax, | ||
| integer, dimension(15,0:10), intent(inout) | varupp, | ||
| integer, dimension(15,0:10), intent(inout) | varned, | ||
| integer, dimension(15,0:10,0:1), intent(in) | ansats, | ||
| integer, dimension(15,0:10), intent(in) | org, | ||
| logical, intent(in) | lock, | ||
| logical, dimension(15,0:10), intent(in) | dubbel, | ||
| integer, dimension(15,0:10), intent(in) | low, | ||
| integer, intent(out) | start, | ||
| integer, intent(out) | stopp | ||
| ) | 
 1.8.13