pair_table.cpp: "FPRIME" or "FP"?

I noticed that the "FPRIME" parameter described in the documentation
for pair_style table:

http://lammps.sandia.gov/doc/pair_table.html

...is actually "FP" in the code. (line# 582 of pair_table.cpp)

Should we change the documentation to "FP"?

Cheers

Andrew

I noticed that the "FPRIME" parameter described in the documentation
for pair_style table:

http://lammps.sandia.gov/doc/pair_table.html

...is actually "FP" in the code. (line# 582 of pair_table.cpp)

Should we change the documentation to "FP"?

or change strcmp() to strncmp() and compare only the first two characters?
this would maintain backward compatibility and consistency with the docs.

axel.

I changed the code to match the doc page. FPRIME is

a better descriptor.

Steve