Revision: 18237
          http://sourceforge.net/p/jmol/code/18237
Author:   hansonr
Date:     2013-05-21 13:38:10 +0000 (Tue, 21 May 2013)
Log Message:
-----------


Modified Paths:
--------------
    branches/v13_0/Jmol/src/org/jmol/jvxl/readers/IsoSolventReader.java

Modified: branches/v13_0/Jmol/src/org/jmol/jvxl/readers/IsoSolventReader.java
===================================================================
--- branches/v13_0/Jmol/src/org/jmol/jvxl/readers/IsoSolventReader.java 
2013-05-20 17:28:59 UTC (rev 18236)
+++ branches/v13_0/Jmol/src/org/jmol/jvxl/readers/IsoSolventReader.java 
2013-05-21 13:38:10 UTC (rev 18237)
@@ -458,7 +458,7 @@
       BitSet[] bsSurfaces = meshData.getSurfaceSet();
       BitSet[] bsSources = null;
       double[] volumes = (double[]) (isPocket ? null : meshData
-          .calculateVolumeOrArea(-1, false, false));
+          .calculateVolumeOrArea(Integer.MIN_VALUE, false, false));
       float minVolume = (float)(1.5 * Math.PI * Math.pow(solventRadius, 3));
       for (int i = 0; i < meshData.nSets; i++) {
         BitSet bss = bsSurfaces[i];

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


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to