Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This change modifies Gonum to support Slice in Struct #64

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove useless lines
  • Loading branch information
egachen committed Oct 7, 2019
commit aa5b705c61a90938d03f5eaa535ceb07534c79b4
1 change: 0 additions & 1 deletion cmem/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

package cmem

// #include "hdf5.h"
// #include <stdlib.h>
// #include <string.h>
import "C"
Expand Down
1 change: 0 additions & 1 deletion h5pt_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func createTable(id C.hid_t, name string, dtype *Datatype, chunkSize, compressio
if err := checkID(hid); err != nil {
return nil, err
}

return newPacketTable(hid), nil
}

Expand Down