「view this page in B3 βῆτα server」

Revisions №59563

branch: master 「№59563」
Commited by: Rocco Moretti
GitHub commit link: 「b4b752a1c875ed65」 「№2362」
Difference from previous tested commit:  code diff
Commit date: 2017-06-28 12:01:07

Merge pull request #2362 from RosettaCommons/roccomoretti/rosettacm_template_length Fix bad error message with RosettaCM length mismatch. If you have a mismatch between the length of the template and the length of the input in RosettaCM (Specifically if your templates are accidentally longer than your input.) You can get really non-informative errors. (e.g. memory corruption due to writing off the end of a vector in release mode.) Check for this condition, and pop up an intelligible error message if it occurs.

...