Hello lammps-users,
I am attempting to update my Lammps installation from 31Oct10 to the current patched version, 14Jan11, but it appears there is an issue with the fix_reax_bonds.cpp and fix_reax_bonds.h files. I have not seen this error before, and it appears to be related to the recent update - my makefile is able to build with Reax using the 31Oct src files, but when I try to build the 14Jan version, I receive the following output:
mpicxx -O -DLAMMPS_GZIP -I…/…/lib/reax -I…/…/lib/poems -I…/…/lib/meam -DFFT_FFTW -c fix_reax_bonds.cpp
fix_reax_bonds.cpp:102: error: prototype for ‘void LAMMPS_NS::FixReaxBonds::OutputReaxBonds(LAMMPS_NS::bigint, FILE*)’ does not match any in class ‘LAMMPS_NS::FixReaxBonds’
fix_reax_bonds.h:42: error: candidate is: void LAMMPS_NS::FixReaxBonds::OutputReaxBonds(int, FILE*)
make[1]: *** [fix_reax_bonds.o] Error 1
make[1]: Leaving directory `/home/bjh/lammps-14Jan11/src/Obj_ubuntu’
make: *** [ubuntu] Error 2
Thanks for your time,
Ben