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

Handle index/value structs #3

Closed
scemama opened this issue Mar 2, 2021 · 0 comments · Fixed by #70
Closed

Handle index/value structs #3

scemama opened this issue Mar 2, 2021 · 0 comments · Fixed by #70
Assignees
Labels
enhancement New feature or request

Comments

@scemama
Copy link
Member

scemama commented Mar 2, 2021

{
double value;
int i;
int j;
int k;
int l;
}

indices(4,batch_size)
values (batch_size)

rc = _read_(file, batch_size, indices, values)       
rc = number read values.
@scemama scemama self-assigned this Mar 3, 2021
@q-posev q-posev assigned q-posev and unassigned scemama Nov 19, 2021
@q-posev q-posev added the enhancement New feature or request label Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants