diff --git a/src/MISC/fix_deposit.cpp b/src/MISC/fix_deposit.cpp index 7c9e4a1ecb..0369c0d367 100644 --- a/src/MISC/fix_deposit.cpp +++ b/src/MISC/fix_deposit.cpp @@ -343,7 +343,7 @@ void FixDeposit::pre_exchange() // coords = coords of all atoms // for molecule, perform random rotation around center pt // apply PBC so final coords are inside box - // also store image flag modified due to PBC + // also modify image flags due to PBC if (mode == ATOM) { coords[0][0] = coord[0];