<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Lennart,
<br>
your change of:<br>
<br>
Replaced 'cout' with 'cerr' for error message in OmicABELnoMM's main.cpp<br>
<br>
is based on the fact that there is a exit(1); right?<br>
<br>
Note that I need to go through the entire code again to make sure those exits do not exist as such. Proper release of memory has to be done and your changed reminded me of that. There are a few positions whee the abrupt exists will lead to uninitialized sections.
 (only in the case of error, but still bad)<br>
<br>
-Alvaro<br>
</div>
</body>
</html>