add lammps_last_thermo support to swig, plugin and fortran interface
This commit is contained in:
@ -90,6 +90,7 @@ liblammpsplugin_t *liblammpsplugin_load(const char *lib)
|
||||
|
||||
ADDSYM(get_natoms);
|
||||
ADDSYM(get_thermo);
|
||||
ADDSYM(last_thermo);
|
||||
|
||||
ADDSYM(extract_box);
|
||||
ADDSYM(reset_box);
|
||||
|
||||
@ -133,6 +133,7 @@ struct _liblammpsplugin {
|
||||
|
||||
double (*get_natoms)(void *);
|
||||
double (*get_thermo)(void *, const char *);
|
||||
void *(*last_thermo)(void *, const char *, int);
|
||||
|
||||
void (*extract_box)(void *, double *, double *,
|
||||
double *, double *, double *, int *, int *);
|
||||
|
||||
Reference in New Issue
Block a user