Skip to content

Commit d632f51

Browse files
author
Holger Badorreck
committed
git conflict
1 parent 59b6ecc commit d632f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpdata/vasp/outcar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def system_info(lines, type_idx_zero = False):
2323
atom_names.append(_ii.split('_')[0])
2424
else:
2525
atom_names.append(_ii)
26-
#a stricker check for "NELM"; compatible with distingct formats in different versions(6 and older, newers_expect-to-work) of vasp
26+
# a stricker check for "NELM"; compatible with distingct formats in different versions(6 and older, newers_expect-to-work) of vasp
2727
elif nelm is None:
2828
m = re.search(r'NELM\s*=\s*(\d+)', ii)
2929
if m:

0 commit comments

Comments
 (0)