Closed GoogleCodeExporter closed 9 years ago
This is as designed (the internal FILE* is opened for writing only when
IDX::Create is used versus IDX::Load). I'll fix this tonight when I get off of
work. I'm almost certain there isn't any reason why I can't open for reading
and writing, but I'll need to take a closer look. If that's not the case then
I'll fix ReadRow so it returns false when attempting to read from a write only
IDX.
best,
-Richard
Original comment by pospes...@gmail.com
on 23 Jan 2014 at 3:54
Fixed in CL#251
If you aren't already, you should use the IDX.hpp found in the OMLT project:
http://code.google.com/p/visual-rbm/source/browse/trunk/source/OMLT/OMLT/include
/IDX.hpp
It should be a drop in replacement, it just lives in the OMLT namespace now.
best,
-Richard
Original comment by pospes...@gmail.com
on 24 Jan 2014 at 3:21
Thanks, it works now
--
Krzysztof
Original comment by klu...@jabster.pl
on 24 Jan 2014 at 1:51
Original issue reported on code.google.com by
klu...@jabster.pl
on 23 Jan 2014 at 2:24