<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all,<div><br></div><div>I accidentally gave paired_miller_indices() a value &gt; 1 for i_array, and got a segfault. The problem looks to be in match_indices.cpp, line 94:</div><div><br></div><div><font class="Apple-style-span" face="Monaco">&nbsp; &nbsp; &nbsp; result.push_back(miller_indices_[i_array][pairs_[i][i_array]]);</font></div><div><br></div><div>Maybe there should be a test that raises an exception on the python side, if possible.</div><div><br></div><div>James</div><div><br></div><div><br></div><div>
<br></div></body></html>