File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1576,21 +1576,6 @@ void ExodusII_IO_Helper::read_edge_blocks(MeshBase & mesh)
15761576 bi .add_edge (elem_edge_pair .first ,
15771577 elem_edge_pair .second ,
15781578 edge_block_id );
1579-
1580- // Debugging
1581- libMesh ::out << "Added (Elem=" << elem_edge_pair .first
1582- << ", Edge=" << elem_edge_pair .second
1583- << ", Id=" << edge_block_id
1584- << ") to BoundaryInfo." << std ::endl ;
1585- }
1586- // Debugging
1587- else
1588- {
1589- // We didn't find a match for some reason
1590- libMesh ::out << "Skipped adding (Elem=" << elem_edge_pair .first
1591- << ", Edge=" << elem_edge_pair .second
1592- << ", Id=" << edge_block_id
1593- << ") to BoundaryInfo, orientation check failed." << std ::endl ;
15941579 }
15951580 } // end loop over elem_edge_pairs
15961581 } // end loop over connectivity array
You can’t perform that action at this time.
0 commit comments