Merge branch 'master' into improve-include-consistency

# Conflicts:
#	src/USER-MESO/atom_vec_tdpd.cpp
This commit is contained in:
Axel Kohlmeyer
2019-07-09 14:50:00 -04:00
610 changed files with 39096 additions and 8292 deletions

View File

@ -74,3 +74,13 @@ void Reader::close_file()
else fclose(fp);
fp = NULL;
}
/* ----------------------------------------------------------------------
detect unused arguments
------------------------------------------------------------------------- */
void Reader::settings(int narg, char** /*args*/)
{
if (narg > 0)
error->all(FLERR,"Illegal read_dump command");
}