style_body.h missing in lammps-1Feb13

Hi,

freshly downloaded package today gives compiling error

$ make openmpi
cat: style_body.h: No such file or directory
make[1]: Entering directory `/src/lammps-1Feb13/src/Obj_openmpi'
mpic++ -O2 -funroll-loops -fstrict-aliasing -Wall -W -Wno-uninitialized -DLAMMPS_GZIP -DFFT_FFTW3 -c atom_vec_body.cpp
atom_vec_body.cpp:18:24: error: style_body.h: No such file or directory

Can this be fixed?

Best regards
Marco

Max-Planck-Institute of Colloids Tel: +49-(0)331-567-9650
and Interfaces Fax: +49-(0)331-567-9612
Am Muehlenberg 1, D-14476, Golm, Germany

Hi,

freshly downloaded package today gives compiling error

$ make openmpi
cat: style_body.h: No such file or directory
make[1]: Entering directory
`/src/lammps-1Feb13/src/Obj_openmpi'
mpic++ -O2 -funroll-loops -fstrict-aliasing -Wall -W -Wno-uninitialized
-DLAMMPS_GZIP -DFFT_FFTW3 -c atom_vec_body.cpp
atom_vec_body.cpp:18:24: error: style_body.h: No such file or directory

Can this be fixed?

style_body.h would be created.

have you tried: make clean-all
and then: make openmpi

axel.

It's already fixed - see the 2Feb patch.

Thanks,
Steve