git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13092 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2015-02-12 00:10:23 +00:00
parent c2711f2595
commit 56539fc69f
3 changed files with 211 additions and 32 deletions

View File

@ -120,6 +120,12 @@ class Compute : protected Pointers {
virtual void reset_extra_compute_fix(const char *);
virtual void lock_enable() {}
virtual void lock_disable() {}
virtual int lock_length() {return 0;}
virtual void lock(class Fix *, bigint, bigint) {}
virtual void unlock(class Fix *) {}
void addstep(bigint);
int matchstep(bigint);
void clearstep();