Skip to content

Commit

Permalink
Merge pull request #4331 from jtkrogel/nx_dbu1
Browse files Browse the repository at this point in the history
Nexus: fix poscar write
  • Loading branch information
ye-luo authored Nov 21, 2022
2 parents e13bd41 + e202a8f commit d416387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/lib/fileio.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ def write_text(self):
if not iselem:
self.error('{0} is not an element'.format(e))
#end if
text += symbol+' '
text += e+' '
#end for
text += '\n'
#end if
Expand Down

0 comments on commit d416387

Please sign in to comment.