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

remove trailing whitespace

parent dd84b5c9
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ class ComputeADF : public Compute { ...@@ -45,7 +45,7 @@ class ComputeADF : public Compute {
double *rcutouterj, *rcutouterk; // list of outer cutoffs double *rcutouterj, *rcutouterk; // list of outer cutoffs
class NeighList *list; // full neighbor list class NeighList *list; // full neighbor list
int *iatomcount; // local number of central atoms int *iatomcount; // local number of central atoms
int *iatomcountall; // total number of central atoms int *iatomcountall; // total number of central atoms
int **iatomflag; // 1 if type is central atom in ADF int **iatomflag; // 1 if type is central atom in ADF
......
...@@ -52,7 +52,7 @@ class ComputeReduceChunk : public Compute { ...@@ -52,7 +52,7 @@ class ComputeReduceChunk : public Compute {
double *vlocal,*vglobal; double *vlocal,*vglobal;
double **alocal,**aglobal; double **alocal,**aglobal;
double *varatom; double *varatom;
class ComputeChunkAtom *cchunk; class ComputeChunkAtom *cchunk;
int *ichunk; int *ichunk;
......
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