File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
3- """Quick and extremely dirty script for generating code for SpaceGroup that
4- are defined in cctbx, but not in mmLib. It was used to generate module
5- sgtbxspacegroups.
3+ """Quick and extremely dirty script for generating code for SpaceGroup
4+ that are defined in cctbx, but not in mmLib. It was used to generate
5+ module sgtbxspacegroups.
66
7- This is a utility script that should not be included with code distribution.
7+ This is a utility script that should not be included with code
8+ distribution.
89
910Not to be included with code distributions.
1011"""
@@ -40,7 +41,8 @@ def tupleToSGArray(tpl):
4041
4142
4243def mmSpaceGroupFromSymbol (symbol ):
43- """Construct SpaceGroup instance from a string symbol using sgtbx data."""
44+ """Construct SpaceGroup instance from a string symbol using sgtbx
45+ data."""
4446 sginfo = sgtbx .space_group_info (symbol )
4547 symop_list = []
4648 symop_list = getSymOpList (sginfo .group ())
You can’t perform that action at this time.
0 commit comments