merged in current master

This commit is contained in:
Steve Plimpton
2020-01-13 10:34:31 -07:00
parent bf20d72fc3
commit e8d11931ec
2720 changed files with 221313 additions and 28584 deletions

View File

@ -1658,7 +1658,7 @@ namespace ATC {
}
//--------------------------------------------------------------------
void ATC_Transfer::compute_vacancy_concentration(DENS_MAT & Cv,
const DENS_MAT & H, const DENS_MAT & rhoN)
const DENS_MAT & H, const DENS_MAT & /* rhoN */)
{
int * type = lammpsInterface_->atom_type();
DENS_MAT new_rho(nNodes_,1);