Skip to content

Commit

Permalink
Update lammps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanchavezthielemann authored Apr 3, 2019
1 parent 32ad715 commit 346e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handling/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def write_lammps_data_auto( _topodata_, data_name, _config_):
#=======================================================#

####--------------- TITLE ----------------####
_text_ = '#Lammps data file. Geometry for PEG. By GRO2LAM converter.\n\n'
_text_ = '#Lammps data file. Generated with GRO2LAM converter.\n\n'
####--------------- NUMBERS ----------------####
_aux_txt = [' {} atoms\n'.format( n_atoms)]
_aux_txt.append(' {} bonds\n'.format( n_bonds))
Expand Down

0 comments on commit 346e8bf

Please sign in to comment.