Skip to content

type JuliaUnknown has no field sym #395

Answered by Gnimuc
amontoison asked this question in Q&A
Discussion options

You must be logged in to vote

The error is caused by this function proto:

void lhs_ihs( int n_dimen, 
              int n_points, 
              int *seed, 
              int X[n_dimen][n_points], 
              const struct lhs_control_type *control, 
              struct lhs_inform_type *inform, void **data );

int X[n_dimen][n_points] is a variable array that we don't support at this moment. I can push a quick workaround to skip these kinda function protos.

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@amontoison
Comment options

@Gnimuc
Comment options

@amontoison
Comment options

@Gnimuc
Comment options

@Gnimuc
Comment options

Answer selected by amontoison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants