File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -408,12 +408,13 @@ class PointInCellMeshWrapper<quest_point_in_cell_mfem_tag>
408
408
}
409
409
410
410
// Output some information
411
- SLIC_DEBUG (" Mesh nodes fec -- "
412
- << nodalFEColl->Name () << " with ordering "
413
- << nodalFESpace->GetOrdering ()
414
- << " \n\t -- Positive nodes are fec -- "
415
- << positiveNodes->FESpace ()->FEColl ()->Name ()
416
- << " with ordering " << positiveNodes->FESpace ()->GetOrdering ());
411
+ SLIC_DEBUG_ROOT (" Mesh nodes fec -- "
412
+ << nodalFEColl->Name () << " with ordering "
413
+ << nodalFESpace->GetOrdering ()
414
+ << " \n\t -- Positive nodes are fec -- "
415
+ << positiveNodes->FESpace ()->FEColl ()->Name ()
416
+ << " with ordering "
417
+ << positiveNodes->FESpace ()->GetOrdering ());
417
418
418
419
// / For each element, compute bounding box, and overall mesh bbox
419
420
mfem::Array<int > dofIndices;
You can’t perform that action at this time.
0 commit comments