Commits

Pedro Vicente Nunes committed f6c57546a76
[svn-r14617] mention to bug fixed Tools ----- - h5import bug on Windows w/binary datasets. fread in windows needs a binary file to be open with rb instead of r otherwise it terminates execution if an end of file character is found on the input file. Besides that the binary file generated needs to be open with wb , otherwise an end of line character is read twice. PVN - 2008/2/19