From 92deb5c8dc39e3bef822f081d5158e1f1ceb4a67 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 5 Oct 2024 23:15:50 -0400 Subject: [PATCH] revert change that breaks backward compatibility --- src/MOLECULE/atom_vec_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOLECULE/atom_vec_template.cpp b/src/MOLECULE/atom_vec_template.cpp index 489756bf4c..2678f44327 100644 --- a/src/MOLECULE/atom_vec_template.cpp +++ b/src/MOLECULE/atom_vec_template.cpp @@ -42,7 +42,7 @@ AtomVecTemplate::AtomVecTemplate(LAMMPS *lmp) : AtomVec(lmp) fields_exchange = {"molecule", "molindex", "molatom"}; fields_restart = {"molecule", "molindex", "molatom"}; fields_create = {"molecule", "molindex", "molatom"}; - fields_data_atom = {"id", "molecule", "type", "x", "molindex", "molatom"}; + fields_data_atom = {"id", "molecule", "molindex", "molatom", "type", "x"}; fields_data_vel = {"id", "v"}; setup_fields();