git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5520 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
|
||||
#include "stdio.h"
|
||||
#include "pointers.h"
|
||||
#include "lmptype.h"
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
@ -88,8 +89,8 @@ class Modify : protected Pointers {
|
||||
void delete_compute(char *);
|
||||
int find_compute(char *);
|
||||
void clearstep_compute();
|
||||
void addstep_compute(int);
|
||||
void addstep_compute_all(int);
|
||||
void addstep_compute(bigint);
|
||||
void addstep_compute_all(bigint);
|
||||
|
||||
void write_restart(FILE *);
|
||||
int read_restart(FILE *);
|
||||
|
||||
Reference in New Issue
Block a user