Skip to content

Commit

Permalink
[#899] Better print for compute_geometry_natrix()
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Feb 5, 2024
1 parent 595a90e commit fb62c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tofu/data/_class9_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def compute(
)

if verb is True:
msg = f"Geom matrix for diag '{key_diag}' and bs '{key_bs}':"
msg = f"\nGeom matrix for diag '{key_diag}' and bs '{key_bs}':"
print(msg)

# -----------
Expand Down

0 comments on commit fb62c0f

Please sign in to comment.