We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a191165 commit 021d3fcCopy full SHA for 021d3fc
1 file changed
biojava-structure/src/main/java/org/biojava/nbio/structure/symmetry/internal/CeSymmIterative.java
@@ -224,8 +224,10 @@ else if (!r.isSignificant())
224
private boolean buildAlignment() throws StructureException {
225
226
// If one level, nothing to build
227
- if (levels.size() == 1)
+ if (levels.size() == 1) {
228
+ result.setSymmLevels(1);
229
return false;
230
+ }
231
232
// Initialize a new multiple alignment
233
MultipleAlignment msa = new MultipleAlignmentImpl();
0 commit comments