<html>#2648: Empty ApplyBCs call in LeanBSSNMoL
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Samuel Cupp</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>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>EinsteinToolkit thorn</td></tr>
</table>

<p>In the schedule.ccl of LeanBSSNMoL starting at line 55, the following ApplyBCs call is scheduled:</p>
<div class="codehilite"><pre><span></span><span>schedule GROUP ApplyBCs as LeanBSSN_ApplyBCs at CCTK_INITIAL after LeanBSSN_adm2bssn</span>
<span>{</span>
<span>} &quot;Apply boundary conditions&quot;</span>
</pre></div>


<p>However, no boundary selection routines are scheduled before it. As far as I am aware, this is a do-nothing call. Should the function <code>LeanBSSN_Boundaries</code> be scheduled before this?</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2648/empty-applybcs-call-in-leanbssnmol'>https://bitbucket.org/einsteintoolkit/tickets/issues/2648/empty-applybcs-call-in-leanbssnmol</a></p>
</html>