Revision: 18524
          http://sourceforge.net/p/jmol/code/18524
Author:   hansonr
Date:     2013-08-08 03:55:19 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
___JmolVersion="13.3.4_dev_2013.08.07"

code: pdb, cif readers separated into separate packages; p2n, pqr readers with 
pdb now
 
new feature: Jana2006 reader -- reader for http://jana.fzu.cz/
new feature: CIF reader reads incommensurate modulated structures
  -- FILTER options include:
    -- NOSPECIAL (include special atoms for debugging
    -- MODAVERAGE (do not read modulation
    -- MODAXES=xyz (select only specific axes -- x, y, and/or z)
    -- NOSYM (no symmetry read)
    

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java

Modified: trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java
===================================================================
--- trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java     2013-08-08 
03:49:24 UTC (rev 18523)
+++ trunk/Jmol/src/org/jmol/symmetry/SymmetryOperation.java     2013-08-08 
03:55:19 UTC (rev 18524)
@@ -69,7 +69,7 @@
   private P3 atomTest;
   private P3 temp3;
 
-  V3 originalTranslation = new V3();
+  V3 originalTranslation;
   private String[] myLabels;
   private int modDim;
   float[] rotTransMatrix;
@@ -89,6 +89,7 @@
                            int atomIndex, int countOrId, boolean doNormalize) {
     this.doNormalize = doNormalize;
     if (op == null) {
+      originalTranslation = new V3();
       opId = countOrId;
       return;
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to