Completely remove charge groups
[alexxy/gromacs.git] / src / gromacs / topology / topology.h
index 5ed1fc9a24a610d6d2dc78dfb35edb8b8162923c..5b3fc8b10398d783593a031ab13f03094caaa9b7 100644 (file)
@@ -86,7 +86,6 @@ struct gmx_moltype_t
     char              **name;   /**< Name of the molecule type            */
     t_atoms             atoms;  /**< The atoms in this molecule           */
     InteractionLists    ilist;  /**< Interaction list with local indices  */
-    t_block             cgs;    /**< The charge groups                    */
     t_blocka            excls;  /**< The exclusions                       */
 };
 
@@ -224,7 +223,6 @@ typedef struct t_topology
     t_idef          idef;                        /* The interaction function definition  */
     t_atoms         atoms;                       /* The atoms                            */
     t_atomtypes     atomtypes;                   /* Atomtype properties                  */
-    t_block         cgs;                         /* The charge groups                    */
     t_block         mols;                        /* The molecules                        */
     gmx_bool        bIntermolecularInteractions; /* Inter.mol. int. ?   */
     t_blocka        excls;                       /* The exclusions                       */