Merge branch 'master' into improve-include-consistency
# Conflicts: # src/USER-MESO/atom_vec_tdpd.cpp
This commit is contained in:
@ -401,8 +401,9 @@ void Thermo::compute(int flag)
|
||||
call function to compute property
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
void Thermo::call_vfunc(int ifield)
|
||||
void Thermo::call_vfunc(int ifield_in)
|
||||
{
|
||||
ifield = ifield_in;
|
||||
(this->*vfunc[ifield])();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user