run.cpp error

Hi

I am compiling latest lammps (through svn) and it is giving following errors:

run.cpp:111: error: ‘nsteps_input’ was not declared in this scope
run.cpp:113: error: ‘nsteps_input’ was not declared in this scope
run.cpp:115: error: ‘nsteps_input’ was not declared in this scope

I could not figure it out. Any leads?

Thanks
Chetan

I have no idea. That file hasn't changed in a long time.
nsteps_input is defined on line 48 of run.cpp.
Just download the current tarball if all else fails.

Steve

Thanks, Steve. The file that i have from svn repo does not have nsteps_input defined on line 48. In fact, there is nothing on line 48.