[ET Trac] #2655: Incorrect assert in Carpet/src/modes.cc

Roland Haas trac-noreply at einsteintoolkit.org
Fri Oct 7 16:51:05 CDT 2022


#2655: Incorrect assert in Carpet/src/modes.cc

 Reporter: Samuel Cupp
   Status: new
Milestone: 
  Version: development version
     Type: bug
 Priority: major
Component: Carpet

Comment (by Roland Haas):

that would be very wrong. It should be:  

```
assert(cctkGH->cctk_tile_min[d] == 0);
assert(cctkGH->cctk_tile_max[d] == cctkGH->cctk_lsh[d]);
```

as far as I can tell \(Carpet not actually supporting tiles\). Deleting is not an option.

--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2655/incorrect-assert-in-carpet-src-modescc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20221007/55665599/attachment.html 


More information about the Trac mailing list