Commit 73540e6b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unneeded comments

parent e05d4718
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ FixStyle(colvars,FixColvars)
#define LMP_FIX_COLVARS_H

#include "fix.h"
#include <vector>

// forward declaration
class colvarproxy_lammps;
@@ -77,13 +76,6 @@ class FixColvars : public Fix {
  int   num_coords;    // total number of atoms controlled by this fix
  tagint *taglist;     // list of all atom IDs referenced by colvars.

  // TODO get rid of these
  // std::vector<cvm::atom_pos> *coords; // coordinates of colvar atoms
  // std::vector<cvm::rvector> *forces; // received forces of colvar atoms
  // std::vector<cvm::rvector> *oforce; // old total forces of colvar atoms
  // std::vector<cvm::real> *masses;
  // std::vector<cvm::real> *charges;

  int   nmax;          // size of atom communication buffer.
  int   size_one;      // bytes per atom in communication buffer.
  struct commdata *comm_buf; // communication buffer