Skip to content

Commit

Permalink
Fix missing variables in fix_imagecharges.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bbye98 committed Aug 22, 2024
1 parent be4d67e commit b00912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lammps-fix-imagecharges/fix_imagecharges.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FixImageCharges: public Fix {

protected:
class Region *region;
char *pxstr, *pystr, *pzstr, *nxstr, *nystr, *nzstr;
char *pxstr, *pystr, *pzstr, *nxstr, *nystr, *nzstr, *idregion, *scalestr;
int *imagei;
double *imageid;

Expand Down

0 comments on commit b00912a

Please sign in to comment.