Reset atom map values from restart file

This commit is contained in:
Stan Moore
2017-04-03 16:42:18 -06:00
parent 697b072552
commit aedd7c57f3

View File

@ -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) {