Hi,
I have a debug assertion failure in "contd" example of the MGL suite.
Trace:
main -> line 484
smgl_contd -> line 1549
mgl_contd -> line 1187-1188
mgl_contd_val -> line 1171-1172
mgl_contd_xy_val -> line 1150
#OMP REGION
mgl_contd_xy_val -> line 1158
mgl_contf_genI -> line 838
mgl_add_range -> line 794
mgl_add_pnt -> line 771
I notice that in
mgl_add_rang(), gr has address "0x000001cd14d18d40", while in mgl_add_ptn() changes to "0xcccccccccccccccc" (which is an invalid address for uninitialised variables). Also all other arguments appear to have the same issue, and `mreal` arguments are set to "-nan". Clearly there is something weird going on..
Anyone has had the same issues?
Thanks