Revision: 18422
          http://sourceforge.net/p/jmol/code/18422
Author:   hansonr
Date:     2013-07-04 14:23:26 +0000 (Thu, 04 Jul 2013)
Log Message:
-----------


Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/api/JmolNMRInterface.java

Modified: trunk/Jmol/src/org/jmol/api/JmolNMRInterface.java
===================================================================
--- trunk/Jmol/src/org/jmol/api/JmolNMRInterface.java   2013-07-04 14:13:39 UTC 
(rev 18421)
+++ trunk/Jmol/src/org/jmol/api/JmolNMRInterface.java   2013-07-04 14:23:26 UTC 
(rev 18422)
@@ -12,24 +12,26 @@
   public JmolNMRInterface setViewer(Viewer viewer);
 
   /**
-   *  Quadrupolar constant, directly proportional to Vzz and dependent on the 
quadrupolar moment of the isotope considered
-   *   
-   * @param efg 
-   * @return float value 
+   * Quadrupolar constant, directly proportional to Vzz and dependent on the
+   * quadrupolar moment of the isotope considered
+   * 
+   * @param efg
+   * @return float value
    */
   public float getQuadrupolarConstant(Tensor efg);
-  
+
   /**
-   * If t is null, then a1, a2, and type are used to find the appropriate 
tensor.
+   * If t is null, then a1, a2, and type are used to find the appropriate
+   * tensor.
    * 
    * @param a1
    * @param a2
-   * @param type 
+   * @param type
    * @param t
-   * @return  0 if not found
+   * @return 0 if not found
    */
   public float getJCouplingHz(Atom a1, Atom a2, String type, Tensor t);
-  
+
   /**
    * 
    * @param a1
@@ -46,23 +48,23 @@
    * @return projected value
    */
   public float getDipolarCouplingHz(Atom a1, Atom a2, V3 vField);
-  
+
   /**
-   * An attempt to find unique atoms using tensors. 
+   * Finds a set of interaction tensors based on a set of atoms -- all within 
the
+   * set if bs.cardinality() > 1; all for this atom when bs.cardinality() == 1.
    * 
+   * @param type
    * @param bs
-   * @return bitset of atoms
+   * @return list of matching tensors
    */
-  public BS getUniqueTensorSet(BS bs);
-  
+  public JmolList<Tensor> getInteractionTensorList(String type, BS bs);
+
   /**
-   * Finds a set of interaction tensors based on set of atoms -- all within 
the set
-   * if bs.cardinality() > 1; all for this atom when bs.cardinality() == 1.
+   * An attempt to find unique atoms using tensors.
    * 
-   * @param type
    * @param bs
-   * @return list of matching tensors
+   * @return bitset of atoms
    */
-  public JmolList<Tensor> getInteractionTensorList(String type, BS bs);
+  public BS getUniqueTensorSet(BS bs);
 
 }

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to