From aedd7c57f3f78596f8b737972aed5f241ef4f7f4 Mon Sep 17 00:00:00 2001 From: Stan Moore Date: Mon, 3 Apr 2017 16:42:18 -0600 Subject: [PATCH] Reset atom map values from restart file --- src/read_restart.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/read_restart.cpp b/src/read_restart.cpp index 331a5d6cda..fcbd8d186d 100644 --- a/src/read_restart.cpp +++ b/src/read_restart.cpp @@ -905,8 +905,10 @@ void ReadRestart::header(int incompatible) atom->tag_enable = read_int(); } else if (flag == ATOM_MAP_STYLE) { atom->map_style = read_int(); + atom->map_style = 0; } else if (flag == ATOM_MAP_USER) { atom->map_user = read_int(); + atom->map_user = 0; } else if (flag == ATOM_SORTFREQ) { atom->sortfreq = read_int(); } else if (flag == ATOM_SORTBIN) {