We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7a80d commit e8d3edaCopy full SHA for e8d3eda
PunctureTracker/src/puncture_tracker.cxx
@@ -81,6 +81,7 @@ extern "C" void PunctureTracker_Setup(CCTK_ARGUMENTS) {
81
82
// enabled if refinement regions should follow the punctures
83
if (track_boxes) {
84
+ assert(nPunctures <= 3); // BoxInBox currently hardcodes position[3]
85
const std::array<std::vector<CCTK_REAL>, Loop::dim> &location =
86
g_punctures->getLocation();
87
for (int n = 0; n < nPunctures; ++n) {
0 commit comments