| 
    GRASP
    
   | 
 
Functions/Subroutines | |
| subroutine | dmerge (N, DB, DC, IDY, DA, DCONST, DL) | 
| subroutine dmerge | ( | integer, intent(in) | N, | 
| real(double), dimension(*), intent(in) | DB, | ||
| real(double), dimension(*), intent(inout) | DC, | ||
| integer, dimension(n), intent(in) | IDY, | ||
| real(double), dimension(n), intent(in) | DA, | ||
| real(double), intent(in) | DCONST, | ||
| real(double), intent(out) | DL | ||
| ) | 

 1.8.13