Typo in conditionals

Hello lammps team,

on line 715 of output.cpp

if (nfile = 1) {

and line 929 of read_restart.cpp

} else if (flag = MPIIO) {

should probably be == instead of = .

Concerns svn version of lammps.

Oleg

Rev. 11106, to be more correct.

Oleg

09.12.2013, 16:37, "Oleg Sergeev" <[email protected]...>:

change it - thanks

That’s no-op code at this point, as someone else is working
to add the MPI-IO capabilitities (stay tuned).

Steve