new dump_modify refresh and compute displace/atom refresh commands for incremental dump files

This commit is contained in:
Steven J. Plimpton
2018-03-27 14:37:04 -06:00
parent 24e48760da
commit 2aef3a0e96
9 changed files with 270 additions and 30 deletions

View File

@ -129,6 +129,8 @@ class Compute : protected Pointers {
virtual void lock(class Fix *, bigint, bigint) {}
virtual void unlock(class Fix *) {}
virtual void refresh() {}
void addstep(bigint);
int matchstep(bigint);
void clearstep();