This commit is contained in:
Eisuke Kawashima
2020-03-14 12:38:28 +09:00
parent fa7085be07
commit 649a8cc01a
401 changed files with 617 additions and 617 deletions

View File

@ -631,7 +631,7 @@ LammpsInterface::LatticeType LammpsInterface::lattice_style() const
throw ATC_Error("Lattice has not been defined");
}
//* retuns the number of basis vectors
//* returns the number of basis vectors
int LammpsInterface::n_basis() const
{
return lammps_->domain->lattice->nbasis;