On Monday, January 05, 2015 09:52:28 PM Paul Analyst wrote: > dset = d_create( "F", datatype(Float64), dataspace(10,10))/
You're missing the `fid`. You have to tell it where (which file, or which group) you want to create that dataset. --Tim
On Monday, January 05, 2015 09:52:28 PM Paul Analyst wrote: > dset = d_create( "F", datatype(Float64), dataspace(10,10))/
You're missing the `fid`. You have to tell it where (which file, or which group) you want to create that dataset. --Tim