My code used to work, but now it starts giving seg fault errors. Commenting out input.push_back(Atom(temp[1], stod(temp[2]), stod(temp[3]), stod(temp[4]), stod(temp[8]))) stops it. I run it on bash on windows 10, and take the ethanol mol2 file as an input. My code used to work, but now it starts giving