Revision: 5184
Author:   hansonr
Date:     2006-05-27 20:35:37 -0700 (Sat, 27 May 2006)
ViewCVS:  http://svn.sourceforge.net/jmol/?rev=5184&view=rev

Log Message:
-----------
bob200603 just tired of writing (line, ichNextParse) over and over.

Modified Paths:
--------------
    branches/bob200603/Jmol/src/org/jmol/viewer/Mesh.java
Modified: branches/bob200603/Jmol/src/org/jmol/viewer/Mesh.java
===================================================================
--- branches/bob200603/Jmol/src/org/jmol/viewer/Mesh.java       2006-05-27 
07:16:20 UTC (rev 5183)
+++ branches/bob200603/Jmol/src/org/jmol/viewer/Mesh.java       2006-05-28 
03:35:37 UTC (rev 5184)
@@ -28,20 +28,21 @@
 import org.jmol.g3d.*;
 
 import javax.vecmath.Point3f;
+import javax.vecmath.Point4f;
 import javax.vecmath.Vector3f;
 
 class Mesh {
   Viewer viewer;
-
   String meshID;
-  
   String jvxlFileHeader;
   float cutoff;
   String surfaceData;
   String edgeData;
   String colorData;
+  Point4f jvxlPlane;
   float jvxlCompressionRatio;
   int nBytes;
+  boolean hasGridPoints;
 
   boolean visible = true;
   short colix;


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



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Jmol-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to