MAINT: DumpNetCDF and DumpNetCDFMPIIO need access to thermo output.
This commit is contained in:
@ -402,6 +402,15 @@ void Thermo::compute(int flag)
|
||||
firststep = 1;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
call function to compute property
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Thermo::call_vfunc(int ifield)
|
||||
{
|
||||
(this->*vfunc[ifield])();
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
check for lost atoms, return current number of atoms
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user