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]

Re: Precision problem


Matt Hauer wrote:

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

You've confirmed that these are all full-precision values on entry into the routine? (i.e. no issues with assignment of a single-precision value into a double-precision variable)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]