Errors in TelemacFile.print_info with nptir and nptfr
Summary
TelemacFile.print_info
does not display the number of interface points when there are any. Instead it displays the number of boundary points. Also, the number of boundary points should always be displayed if it is not zero, regardless of whether or not there is a boundary file.
Environment
- Operating System: All
- TELEMAC version: 9.0
Steps to reproduce
Run the following command on any mesh with interface points and boundary points.
run_telfile.py scan my_mesh.slf
What is the current bug behaviour?
If there are interface points, the number boundary points is displayed instead.
What is the expected correct behaviour?
The number of interface points sould be displayed under ~> Parallel info
if it is non-zero.
The number of boundary points should be displayed under ~> Boundary info
if it is non-zero, regardless of the presence or not of a boundary file.