git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11387 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-01-30 16:09:37 +00:00
parent 889bae9bf8
commit 677b11428e
31 changed files with 154 additions and 506 deletions

View File

@ -103,7 +103,7 @@ void ReadRestart::command(int narg, char **arg)
if (multiproc && mpiioflag)
error->all(FLERR,
"Read restart MPI-IO output not allowed with '%' in filename");
"Read restart MPI-IO input not allowed with % in filename");
if (mpiioflag) {
mpiio = new RestartMPIIO(lmp);