From 2ea200dc016e61e49f2ee1f8bbc53bafb104d9fb Mon Sep 17 00:00:00 2001 From: Shern Tee Date: Sat, 27 Jan 2024 07:26:47 +1000 Subject: [PATCH] add ghost check to redID in pair_amoeba.cpp --- src/AMOEBA/pair_amoeba.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];