Changeset 25d9d9 for utils/Python/boxmaker.py.in
- Timestamp:
- Jun 12, 2016, 8:48:21 AM (9 years ago)
- Branches:
- Fix_BoundInBox_CenterInBox_MoleculeActions
- Parents:
- 996ef1
- git-author:
- Frederik Heber <heber@…> (06/11/16 16:43:54)
- git-committer:
- Frederik Heber <heber@…> (06/12/16 08:48:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/Python/boxmaker.py.in
r996ef1 r25d9d9 340 340 341 341 mol.CommandVerbose('0') 342 mol.WorldCenterInBox('%f 0 0 %f 0 %f' % tuple(cell)) 342 mol.SelectionAllMolecules() 343 mol.MoleculeCenterInBox('%f 0 0 %f 0 %f' % tuple(cell)) 344 mol.SelectionNotAllMolecules() 343 345 mol.WorldRepeatBox('%d %d %d' % tuple(nbox)) 344 346 mol.WorldOutputAs(opt.outfilename + '.data')
Note:
See TracChangeset
for help on using the changeset viewer.