Skip to content

Commit

Permalink
set extscalar and extvector to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Sep 2, 2024
1 parent 42f4577 commit f76cd1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/lmp/fix_dplr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ FixDPLR::FixDPLR(LAMMPS *lmp, int narg, char **arg)
#endif

scalar_flag = 1;
extscalar = 1;
vector_flag = 1;
extvector = 1;
size_vector = 3;
qe2f = force->qe2f;
xstyle = ystyle = zstyle = NONE;
Expand Down

0 comments on commit f76cd1c

Please sign in to comment.