[lammps-users] Input script and c++ code

Hi,

I have a question about the relation between input script and corresponding c++ code.
For example, if I run in.rigid script in “example” directory how can I know which c++ codes in “src” directory are run according to in.rigid script?

Thanks,
Sunhwan

Sunhwan,

See input.cpp for the coupling between input script commands and their actual c++ counterparts.

Pieter