pair_tersoff_zbl_omp.cpp compiling error on 5Apr14

Dear LAMMPS developers,

I would like to report an error that I encountered when I tried to compile LAMMPS development version 5Apr14.

I loaded the packages: dipole, kspace, manybody, molecule, rigid, user-colvars, user-misc and user-omp and during compilation (I had already compiled colvars library before) the following error appeared:

Dear LAMMPS developers,

I would like to report an error that I encountered when I tried to compile
LAMMPS development version 5Apr14.

I loaded the packages: dipole, kspace, manybody, molecule, rigid,
user-colvars, user-misc and user-omp and during compilation (I had already
compiled colvars library before) the following error appeared:

----------------------------

make[1]: Entering directory
`/gpfs/home/external/ccyszk/Software/lammps-5Apr14/src/Obj_minerva-fast'
mpic++ -fast -DLAMMPS_GZIP -I../../lib/colvars -DLMP_USER_OMP -c
../pair_tersoff_zbl_omp.cpp
../pair_tersoff_zbl_omp.cpp(97): error: identifier "open_potential" is
undefined
      fp = open_potential(file);
           ^

compilation aborted for ../pair_tersoff_zbl_omp.cpp (code 2)

that is an oversight with one of the recent updates that moved this
function from pair.cpp to force.cpp so that also tabulated potentials
recognize $LAMMPS_POTENTIALS.

please change "open_potential" into "force->open_potential"

----------------------------

I did not had this particular error when I tried the stable 1Feb2014
(although I had the already reported timer problem of omp package).

yes, but that one should be fixed by now.

sadly, the process of moving changes from USER-OMP is error prone,
since there is a human element involved. i do compilation testing on
USER-OMP regularly, but i do this only on the LAMMPS-ICMS branch,
since it has changes that are essential for my personal workflow
management, but which i have not yet managed to convince steve to
include (and have no expectations of this happening in the foreseeable
future. we both too set in our respective ways of doing things).

axel.

That solved the problem! Thank you very much Axel!

Best,