fix cut-n-paste error

This commit is contained in:
Axel Kohlmeyer
2023-01-21 05:00:56 -05:00
parent ac09c5c7c9
commit 682bb7c391

View File

@ -1371,7 +1371,7 @@ void PairMesoCNT::chain_split(int *redlist, int numred, int *nchain, int **chain
tagint *tag = atom->tag;
tagint *mol = atom->molecule;
tagint *type = atom->type;
int *type = atom->type;
int clen = 0;
int cid = 0;