Skip to content

Commit 83a4162

Browse files
committed
Small change to SuperpositionQCP test
1 parent 11b3f23 commit 83a4162

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

biojava-structure/src/test/java/org/biojava/nbio/structure/geometry/TestSuperPositionQCP.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ public void testSymmetryQCP() {
204204
set1[15] = new Point3d(-22.748293, -43.813946, 32.14434);
205205

206206
Point3d[] set2 = CalcPoint.clonePoint3dArray(set1);
207+
CalcPoint.transform(transform, set2);
207208

208209
// Use SP superposition to obtain the RMSD
209210
long spStart = System.nanoTime();

0 commit comments

Comments
 (0)