[lammps-users] uncompute command

Dear Steve,

It seems like there is some problem with uncompute command. Although it is listed on website, it is not working with latest addition. When I wrote
uncompute compute_ID, it just said Unknown command uncompute.

I did a grep search on uncompute keyword from all the .cpp files in src directory but got nothing. What am I missing here?

Regards,
Vikas

The 4Jan08 patch fixes this. The uncompute command was
implemented at a low-level, but no hook for it existed in the
input parser. Guess you're the first to use the uncompute command!
There's actually little motivation to delete computes, unless
you want to free up memory for those that allocate per-atom
arrays.

Thanks,
Steve