<html>#2424: TmunuBase depends on Exact
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</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>Comment (by Steven R. Brandt):</p>
<p>I believe this is what you are looking for.</p>
<div class="codehilite"><pre><span></span><span class="gh">diff --git a/TmunuBase/schedule.ccl b/TmunuBase/schedule.ccl</span>
<span class="gh">index 2686a0a..45d5df0 100644</span>
<span class="gd">--- a/TmunuBase/schedule.ccl</span>
<span class="gi">+++ b/TmunuBase/schedule.ccl</span>
<span class="gu">@@ -90,16 +90,6 @@ if (stress_energy_storage)</span>
     SCHEDULE TmunuBase_SetTmunu IN SetTmunu
     {
       LANG: Fortran
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_scalar(everywhere)</span>
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_vector(everywhere)</span>
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_tensor(everywhere)</span>
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_2_scalar(everywhere)</span>
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_2_vector(everywhere)</span>
<span class="gd">-      WRITES: TMUNUBASE::stress_energy_2_tensor(everywhere)</span>
<span class="gd">-      READS: admbase::alp(Everywhere), admbase::shift(Everywhere), admbase::metric(Everywhere)</span>
<span class="gd">-      READS: grid::x(Everywhere), grid::y(Everywhere), grid::z(Everywhere)</span>
<span class="gd">-      READS: exact::Exact_pars_real, exact::decoded_exact_model</span>
<span class="gd">-      READS: admbase::shift_state(Everywhere)</span>
     } &quot;Calculate the stress-energy tensor using the old CalcTmunu mechanism&quot;
   }
   else
<span class="gh">diff --git a/TmunuBase/src/SetTmunu.F b/TmunuBase/src/SetTmunu.F</span>
<span class="gh">index 1408d57..e75b14a 100644</span>
<span class="gd">--- a/TmunuBase/src/SetTmunu.F</span>
<span class="gi">+++ b/TmunuBase/src/SetTmunu.F</span>
<span class="gu">@@ -11,7 +11,7 @@ c     Then make a copy of that into the T2munu variables.</span>

       subroutine TmunuBase_SetTmunu (CCTK_ARGUMENTS)
       implicit none
<span class="gd">-      DECLARE_CCTK_ARGUMENTS_TmunuBase_SetTmunu</span>
<span class="gi">+      DECLARE_CCTK_ARGUMENTS</span>
       DECLARE_CCTK_FUNCTI
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2424/tmunubase-depends-on-exact'>https://bitbucket.org/einsteintoolkit/tickets/issues/2424/tmunubase-depends-on-exact</a></p>
</html>