| 
    GRASP
    
   | 
 
Functions/Subroutines | |
| subroutine | ww1 (IK, BK, ID, BD, K2, QM1, QM2, QM3, QM4, WW) | 
| subroutine ww1 | ( | integer, dimension(7), intent(in) | IK, | 
| real(double), dimension(3), intent(in) | BK, | ||
| integer, dimension(7), intent(in) | ID, | ||
| real(double), dimension(3), intent(in) | BD, | ||
| integer, intent(in) | K2, | ||
| real(double), intent(in) | QM1, | ||
| real(double), intent(in) | QM2, | ||
| real(double), intent(in) | QM3, | ||
| real(double), intent(in) | QM4, | ||
| real(double), intent(out) | WW | ||
| ) | 


 1.8.13