fix LATBOLTZ example

This commit is contained in:
Axel Kohlmeyer
2024-08-16 14:51:29 -04:00
parent e4a654c7cd
commit 4aaf7d7098
2 changed files with 4 additions and 2 deletions

View File

@ -220,9 +220,11 @@ FixLbFluid::FixLbFluid(LAMMPS *lmp, int narg, char **arg) :
// Flags for fix references (i.e. quantities accessible via f_ID[n]
vector_flag = 1;
extvector = 0;
size_vector = 5;
scalar_flag = 1;
extscalar = 0;
int iarg = 6;
while (iarg < narg) {