Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
73540e6b
Commit
73540e6b
authored
6 years ago
by
Axel Kohlmeyer
Browse files
Options
Downloads
Patches
Plain Diff
remove unneeded comments
parent
e05d4718
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/USER-COLVARS/fix_colvars.h
+0
-8
0 additions, 8 deletions
src/USER-COLVARS/fix_colvars.h
with
0 additions
and
8 deletions
src/USER-COLVARS/fix_colvars.h
+
0
−
8
View file @
73540e6b
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment