bug in fix addforce with respa?

The documentation for fix addforce says that the default respa level for fix addforce is the outermost level. Given the initialization of ilevel_respa on line 53 of fix_addforce.cpp and the code on lines 206-212, I think that the default is actually the innermost level.

-Steven

The documentation for fix addforce says that the default respa level for fix
addforce is the outermost level. Given the initialization of ilevel_respa on
line 53 of fix_addforce.cpp and the code on lines 206-212, I think that the
default is actually the innermost level.

thanks for reporting. you are correct.
i have to look at the code before RESPA support for fixes was added to
see whether the code is wrong or the documentation.

axel.