OSDN Git Service

The settings in the MO surface dialog is now kept after closing the dialog
[molby/Molby.git] / MolLib / Molecule.h
index 6aa6072..6afb0d5 100755 (executable)
@@ -255,6 +255,7 @@ typedef struct MCubePoint {
 } MCubePoint;
        
 typedef struct MCube {
+       char hidden;         /*  If non-zero, then this MCube is not drawn  */
        Int idn;             /*  MO number  */
        Vector origin;       /*  Cube origin */
        Double dx, dy, dz;   /*  Cube steps */