<html>#2279: CarpetIOHDF5 recover failure with manual topology
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td></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>Carpet</td></tr>
</table>

<p>Comment (by Yosef Zlochower):</p>
<p>Here is the patch that “fixed” the problem for me.</p>
<p>‌</p>
<p>--- a/Carpet/src/Recompose.cc<br />
+++ b/Carpet/src/Recompose.cc<br />
@@ -1170,6 +1170,7 @@ static void SplitRegions_AsSpecified(cGH const<br />
*const cctkGH,<br />
obnd[0] &amp;= clb == rlb0;<br />
obnd[1] &amp;= cub == rub0;<br />
proc = c;</p>
<ul>
<li>
<p>```
     reg.map = 0;</p>
<p>pseudoregion_t preg(reg.extent, c);
 subtreesx.AT(i) = new ipfulltree(preg);
  ```</p>
</li>
</ul>
<p>‌</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2279/carpetiohdf5-recover-failure-with-manual'>https://bitbucket.org/einsteintoolkit/tickets/issues/2279/carpetiohdf5-recover-failure-with-manual</a></p>
</html>