Revision: 20173 http://sourceforge.net/p/jmol/code/20173 Author: hansonr Date: 2015-01-11 21:20:52 +0000 (Sun, 11 Jan 2015) Log Message: -----------
Modified Paths: -------------- trunk/Jmol/src/org/jmol/shapesurface/IsosurfaceMesh.java Modified: trunk/Jmol/src/org/jmol/shapesurface/IsosurfaceMesh.java =================================================================== --- trunk/Jmol/src/org/jmol/shapesurface/IsosurfaceMesh.java 2015-01-11 21:20:28 UTC (rev 20172) +++ trunk/Jmol/src/org/jmol/shapesurface/IsosurfaceMesh.java 2015-01-11 21:20:52 UTC (rev 20173) @@ -69,6 +69,10 @@ Object calculatedVolume; Object info; + @Override + public float getResolution() { + return 1/jvxlData.pointsPerAngstrom; + } /** * @param vwr This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits