Fix errors to make gromacs approach compilable so far

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-01-25 12:19:28 +01:00
parent 6291709ae7
commit cbe42b8149
4 changed files with 26 additions and 28 deletions

View File

@@ -52,6 +52,7 @@ typedef struct {
MD_FLOAT *cutforcesq;
MD_FLOAT *cutneighsq;
Cluster *clusters;
int *PBCx, *PBCy, *PBCz;
} Atom;
extern void initAtom(Atom*);