Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275388 | Differences between
and this patch

Collapse All | Expand All

(-)src/hdf5_fun.cpp (-1 / +1 lines)
Lines 62-68 Link Here
62
    //printf("%s\n", h5dDatasetname.c_str());
62
    //printf("%s\n", h5dDatasetname.c_str());
63
    
63
    
64
    DLong h5d_id;
64
    DLong h5d_id;
65
    h5d_id = H5Dopen(h5f_id, h5dDatasetname.c_str());
65
    h5d_id = H5Dopen(h5f_id, h5dDatasetname.c_str(), H5P_DEFAULT);
66
    
66
    
67
    return new DLongGDL( h5d_id );
67
    return new DLongGDL( h5d_id );
68
  }
68
  }

Return to bug 275388