pair style lj/coul

Hi,

I've recently updated my version of lammps with the source files from the svn repository. I have noticed that the kspace and user-ewald/n packages were merged. Now when I attempt to use my previous input scripts, I receive an error message:

LAMMPS (11 Jan 2013)
ERROR: Invalid pair style (force.cpp:168)

The "Invalid pair style" in the script is "pair_style lj/coul long long 10.0 10.0". The pair style is still listed in the LAMMPS manual. Has it been replaced by an alternative pair style?

Thank you,

Aric

Hi,

I've recently updated my version of lammps with the source files from the svn repository. I have noticed that the kspace and user-ewald/n packages were merged. Now when I attempt to use my previous input scripts, I receive an error message:

LAMMPS (11 Jan 2013)
ERROR: Invalid pair style (force.cpp:168)

The "Invalid pair style" in the script is "pair_style lj/coul long long 10.0 10.0". The pair style is still listed in the LAMMPS manual. Has it been replaced by an alternative pair style?

it is always good to read what changes have been done.
http://lammps.sandia.gov/bug.html
puts a special highlight on changes that are not backward compatible.
it also links to files summarizing older versions from previous years.

so the answer is "yes", those files got renamed lj/coul is now lj/long/coul/long

axel.