Go to the source code of this file.
|
subroutine | kmoye2 (XKMOY, XK, F, NF, NDIRE, NPOIN2, AUX1, AUX2, AUX3) |
|
◆ kmoye2()
subroutine kmoye2 |
( |
double precision, dimension(npoin2), intent(inout) |
XKMOY, |
|
|
double precision, dimension(npoin2,nf), intent(in) |
XK, |
|
|
double precision, dimension(npoin2,ndire,nf), intent(in) |
F, |
|
|
integer, intent(in) |
NF, |
|
|
integer, intent(in) |
NDIRE, |
|
|
integer, intent(in) |
NPOIN2, |
|
|
double precision, dimension(npoin2), intent(inout) |
AUX1, |
|
|
double precision, dimension(npoin2), intent(inout) |
AUX2, |
|
|
double precision, dimension(npoin2), intent(inout) |
AUX3 |
|
) |
| |