Skip to content

Commit

Permalink
bug fixes: dipole.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Nov 3, 2023
1 parent c4d9f14 commit 9282469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cp2kdata/block_parser/dipole.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
X=\s{,3}(?P<x>[\s-]\d+\.\d+)\s
Y=\s{,3}(?P<y>[\s-]\d+\.\d+)\s
Z=\s{,3}(?P<z>[\s-]\d+\.\d+)\s
\s{,4}Total=\s{4}(?P<total>[\s-]\d+\.\d+)
\s{4}Total=\s{,4}(?P<total>[\s-]\d+\.\d+)
""",
re.VERBOSE
)
Expand Down

0 comments on commit 9282469

Please sign in to comment.