Revision: 20952
          http://sourceforge.net/p/jmol/code/20952
Author:   hansonr
Date:     2016-02-06 16:33:26 +0000 (Sat, 06 Feb 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/v14_4/Jmol/src/org/jmol/shape/Mesh.java
    trunk/Jmol/src/org/jmol/shape/Mesh.java
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: branches/v14_4/Jmol/src/org/jmol/shape/Mesh.java
===================================================================
--- branches/v14_4/Jmol/src/org/jmol/shape/Mesh.java    2016-02-06 16:20:31 UTC 
(rev 20951)
+++ branches/v14_4/Jmol/src/org/jmol/shape/Mesh.java    2016-02-06 16:33:26 UTC 
(rev 20952)
@@ -365,7 +365,7 @@
       s.append(" triangles");
     s.append(" ").append(T.nameOf(lighting));
     if (isShell && !isTwoSided)
-      s.append(" shell");
+      s.append(" backshell");
     return s.toString();
   }
 

Modified: trunk/Jmol/src/org/jmol/shape/Mesh.java
===================================================================
--- trunk/Jmol/src/org/jmol/shape/Mesh.java     2016-02-06 16:20:31 UTC (rev 
20951)
+++ trunk/Jmol/src/org/jmol/shape/Mesh.java     2016-02-06 16:33:26 UTC (rev 
20952)
@@ -365,7 +365,7 @@
       s.append(" triangles");
     s.append(" ").append(T.nameOf(lighting));
     if (isShell && !isTwoSided)
-      s.append(" shell");
+      s.append(" backshell");
     return s.toString();
   }
 

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2016-02-06 16:20:31 UTC 
(rev 20951)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2016-02-06 16:33:26 UTC 
(rev 20952)
@@ -71,7 +71,7 @@
   -- works by reversing the normals, then showing front only
   -- similar to isosurface slab 50, but better if object is far from spherical
   -- works with PMESH, MO, CONTACT as well
-  -- reverted using isosurface NBACKSHELL
+  -- reverted using isosurface NOBACKSHELL
 
 bug fix: small MRC map files mistaken for DELPHI files.
 bug fix: MRC/CCP4 surface/map files still sometimes inside out. 

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to