<html>#2646: Replace error/warning messages by CCTK_ERROR/CCTK_WARN in IllinoisGRMHD
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Leonardo Werneck</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>task</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>minor</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Commits <a data-is-external-link="true" href="https://bitbucket.org/zach_etienne/wvuthorns/commits/f3202a79db27673f5083894e6beb3f1a75e08b3d" rel="nofollow">f3202a7</a> and <a data-is-external-link="true" href="https://bitbucket.org/zach_etienne/wvuthorns/commits/78143cb3f8f6eb70f41ca2a8312cbb0c83c99d7b" rel="nofollow">78143cb</a> to the master branch of <code>wvuthorns</code> provide updates to <code>IllinoisGRMHD</code> that have been previously suggested. These are:</p>
<ul>
<li>The sequence <code>printf(error_message); exit(1)</code> in <code>harm_primitives_lowlevel.C</code> of <code>IllinoisGRMHD</code> has been replaced by <code>CCTK_VERROR(error_message)</code>; </li>
<li>A warning messaged printed using <code>printf(...)</code> in <code>inlined_functions.C</code> has been replaced  by the appropriate call to <code>CCTK_VWARN(CCTK_WARN_ALERT, ...)</code>.</li>
</ul>
<p>Cheers,</p>
<p>Leo</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2646/replace-error-warning-messages-by'>https://bitbucket.org/einsteintoolkit/tickets/issues/2646/replace-error-warning-messages-by</a></p>
</html>