Changing meam

Hello,
I would like to look at the code for the meam pair style. I may want to change a few things for my calculations and then recompile the program. How do I find the code for this?
Thanks,
Annie

Hello,
I would like to look at the code for the meam pair style. I may want to change a few things for my calculations and then recompile the program. How do I find the code for this?

how about you simply do

cd /where/you/keep/your/copy/of/lammps
find . -print | grep -i meam

and take it from there?

there is src/MEAM/pair_meam.cpp

and

lib/meam/*.F

Steve