Skip to content

Commit

Permalink
Update dof.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oberbichler authored May 3, 2022
1 parent dddb71e commit 4647c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nfem/dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __hash__(self) -> int:

def __repr__(self) -> str:
"""Text representation."""
return f'{self.id[0]}.{self.id[1]}'
return f'{self.id[0]}_{self.id[1]}'

@property
def delta(self) -> float:
Expand Down

0 comments on commit 4647c23

Please sign in to comment.