hodgesse1 / rfortran

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

Rput_1d_bool, Passing logicals #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The logical array put routines have been replaced, with a simple
alternative (converting to integer(e.g. 0,1), passing to R and then
converting back). In the original work, it seems that values in the array
were switching from true to false for no apparent reason.

An easy work around has been implemented by passing the data via a
different manner, but the occurrence is disconcerting. This does not appear
to happen with Rget routines, and no other numbers have been observed to
change when passing the data, but keep watch in case that it does, as it
could turn into a showstopper.

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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