I success compiling the code, but when running fermat3d_bin, I met many error. The code exists two error I have found.
1: out of range. In the function of IsolinesDS::create_chain_use_vertex_edge(.....) in isolines_ds.h line 475.
when I solved above problem, It occurs another peoblem.
2:The dimensions of the assignment matrix do not match the target matrix. p_end = 0.5*(iso_lines->get_coordinates(region_isoE.at(i)(end_edge_id, 0)) + iso_lines->get_coordinates(region_isoE.at(i)(end_edge_id, 1))); in fermat3d_imp.h line 210.
I success compiling the code, but when running fermat3d_bin, I met many error. The code exists two error I have found.
1: out of range. In the function of
IsolinesDS::create_chain_use_vertex_edge(.....)in isolines_ds.h line 475.when I solved above problem, It occurs another peoblem.
2:The dimensions of the assignment matrix do not match the target matrix.
p_end = 0.5*(iso_lines->get_coordinates(region_isoE.at(i)(end_edge_id, 0)) + iso_lines->get_coordinates(region_isoE.at(i)(end_edge_id, 1)));in fermat3d_imp.h line 210.