System Administrator minor fixes  about 10 years ago

Commit id: e4b8284e9967e3fd9b4afb028f979c361ef144bf

deletions | additions      

         

function h5CreateGroup( filename, groupname );  if exist( filename, 'file')  fo = H5F.open(filename,'H5F_ACC_RDWR','H5P_DEFAULT');  else  fo = H5F.create(filename);  end  gid = H5G.create( fo, groupname, 'H5P_DEFAULT','H5P_DEFAULT','H5P_DEFAULT');  H5G.close(gid)  H5F.close(fo);         

end  end    for aa = 1 : numel( H5.Groups(2).Attributes H5.Groups(ii).Attributes  ) field = H5.Groups(2).Attributes(aa).Name; H5.Groups(ii).Attributes(aa).Name;  switch field  case 'location'  YAML.location = H5.Groups(2).Attributes(aa).Value; H5.Groups(ii).Attributes(aa).Value;  end  end  end