This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
SUBROUTINE GenerateMeasurementEquations(nG, nB, E, RecV, & delta, h_meas, E_gen, theta, V) IMPLICIT NONE INTEGER, INTENT(IN) :: nG, nB REAL(8), INTENT(IN), DIMENSION(nG) :: E REAL(8), INTENT(IN), DIMENSION(nG) :: delta COMPLEX*16, INTENT(IN), DIMENSION(nB, nG) :: RecV
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |