This commit is contained in:
rohskopf
2022-07-07 17:23:58 -06:00
parent de12ea9762
commit 9e93eda19a
2 changed files with 0 additions and 2 deletions

View File

@ -58,7 +58,6 @@ class ComputeSnap : public Compute {
Compute *c_virial;
void dbdotr_compute();
};
} // namespace LAMMPS_NS

View File

@ -1334,7 +1334,6 @@ double SNA::memory_usage()
void SNA::create_twojmax_arrays()
{
int jdimpq = twojmax + 2;
memory->create(rootpqarray, jdimpq, jdimpq,
"sna:rootpqarray");