diff --git a/src/AMOEBA/pair_amoeba.cpp b/src/AMOEBA/pair_amoeba.cpp index 5d27a0e651..142521f179 100644 --- a/src/AMOEBA/pair_amoeba.cpp +++ b/src/AMOEBA/pair_amoeba.cpp @@ -831,7 +831,7 @@ void PairAmoeba::init_style() "xyzaxis", "polaxe", "pval"}; int const flag_check[6] = {0, 0, 1, 1, 0, 1}; // correct type (0 int, 1 dbl) int const cols_check[6] = {0, 0, 0, 3, 0, 0}; // xyzaxis 3 cols, all others 0 - int const ghost_check[6] = {1, 1, 0, 0, 0, 1}; // which types need ghost; TO-DO: check + int const ghost_check[6] = {1, 1, 1, 0, 0, 1}; // which types need ghost; TO-DO: check int flag, cols, ghost; int index[6];