remd supperpose model on reference
authorCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 31 Jan 2018 22:22:32 +0000 (23:22 +0100)
committerCezary Czaplewski <czarek@chem.univ.gda.pl>
Wed, 31 Jan 2018 22:22:32 +0000 (23:22 +0100)
not the opposite

django_simple/todo/templates/details.html
django_simple/todo/templates/details1.html

index 06ae3db..7b81103 100644 (file)
@@ -801,7 +801,7 @@ function display_model(numstr){
         return o
       })
   ]).then(function (ol1) {
-   ol1[ 0 ].superpose(ol1[ 1 ], false, ".CA")
+   ol1[ 1 ].superpose(ol1[ 0 ], false, ".CA")
    ol1[ 0 ].autoView()
   })             
             var ref=true;
index fafd64f..855db12 100644 (file)
@@ -796,7 +796,7 @@ function display_model(numstr){
         return o
       })
   ]).then(function (ol1) {
-   ol1[ 0 ].superpose(ol1[ 1 ], false, ".CA")
+   ol1[ 1 ].superpose(ol1[ 0 ], false, ".CA")
    ol1[ 0 ].autoView()
   })             
             var ref=true;