lesniak43 / ProjektProgramistyczny2015

0 stars 0 forks source link

seg fault 11 #2

Open stanchiang opened 7 years ago

stanchiang commented 7 years ago

./get_data ./train ./test_model

all gives Segmentation fault: 11

any idea why? i only changed one line and it was to get train.cpp to compile

before Point points[hull.size()];

after Point *points = new Point[hull.size()];

lesniak43 commented 7 years ago

sorry, no idea what could be wrong (but train.cpp should compile as it is)