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 1
1
#!/usr/bin/env python
2
2
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.
6
6
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.
8
9
9
10
Not to be included with code distributions.
10
11
"""
@@ -40,7 +41,8 @@ def tupleToSGArray(tpl):
40
41
41
42
42
43
def 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."""
44
46
sginfo = sgtbx .space_group_info (symbol )
45
47
symop_list = []
46
48
symop_list = getSymOpList (sginfo .group ())
You can’t perform that action at this time.
0 commit comments