hodgesse1 / rfortran

Automatically exported from code.google.com/p/rfortran
0 stars 0 forks source link

Type mismatch handling #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using Rget, RFortran does not check if the types of variables in
Fortran and R are the same (e.g. "integer" or "real" etc.). If the
variables are different types, no error is reported and the fortran
variable just gets junk - VERY BAD!!!.

AS of version v0.94, RFortran now checks the type and reports an error if
there is type mismatch.

Original issue reported on code.google.com by mleon...@civeng.adelaide.edu.au on 5 Jun 2009 at 2:14

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:06

GoogleCodeExporter commented 8 years ago

Original comment by mleon...@civeng.adelaide.edu.au on 9 Jun 2009 at 7:17