Hello,
it seems that since your commit on 0b7679f, the function romberg_integrate_wire_e is not called anymore (I was working oh that).
I am not a github advanced user, and neither an expert programmer, I can only point you towards main.c:836
int sim_result = process_deck_sequential(ctx, &deck);
is present instead of
int sim_result = run_simulation(ctx, &deck);
Actually, I was able to work on it again checking out again to 0b7679f
Hoping it helps,
Cristiano IZ4HDM
Hello,
it seems that since your commit on 0b7679f, the function romberg_integrate_wire_e is not called anymore (I was working oh that).
I am not a github advanced user, and neither an expert programmer, I can only point you towards main.c:836
int sim_result = process_deck_sequential(ctx, &deck);
is present instead of
int sim_result = run_simulation(ctx, &deck);
Actually, I was able to work on it again checking out again to 0b7679f
Hoping it helps,
Cristiano IZ4HDM