Skip to content
Snippets Groups Projects
Commit 73540e6b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unneeded comments

parent e05d4718
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ FixStyle(colvars,FixColvars) ...@@ -34,7 +34,6 @@ FixStyle(colvars,FixColvars)
#define LMP_FIX_COLVARS_H #define LMP_FIX_COLVARS_H
#include "fix.h" #include "fix.h"
#include <vector>
// forward declaration // forward declaration
class colvarproxy_lammps; class colvarproxy_lammps;
...@@ -77,13 +76,6 @@ class FixColvars : public Fix { ...@@ -77,13 +76,6 @@ class FixColvars : public Fix {
int num_coords; // total number of atoms controlled by this fix int num_coords; // total number of atoms controlled by this fix
tagint *taglist; // list of all atom IDs referenced by colvars. 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 nmax; // size of atom communication buffer.
int size_one; // bytes per atom in communication buffer. int size_one; // bytes per atom in communication buffer.
struct commdata *comm_buf; // communication buffer struct commdata *comm_buf; // communication buffer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment