roll back change causing unittest failures

This commit is contained in:
Axel Kohlmeyer
2023-02-28 19:26:18 -05:00
parent 103e63eca5
commit bc4da2afef

View File

@ -239,7 +239,7 @@ void Variable::set(int narg, char **arg)
style[nvar] = WORLD;
num[nvar] = narg - 2;
if (num[nvar] != universe->nworlds)
error->universe_all(FLERR,"World variable count doesn't match # of partitions");
error->all(FLERR,"World variable count doesn't match # of partitions");
which[nvar] = universe->iworld;
pad[nvar] = 0;
data[nvar] = new char*[num[nvar]];