rename USER-SMD package to MACHDYN

This commit is contained in:
Axel Kohlmeyer
2021-06-29 17:18:35 -04:00
parent 8bf6805e1d
commit c085e55695
148 changed files with 164 additions and 164 deletions

View File

@ -185,7 +185,7 @@ Atom::Atom(LAMMPS *lmp) : Pointers(lmp)
buckling = nullptr;
bond_nt = nullptr;
// USER-SMD package
// MACHDYN package
contact_radius = nullptr;
smd_data_9 = nullptr;
@ -506,7 +506,7 @@ void Atom::peratom_create()
add_peratom("vest",&vest,DOUBLE,3);
add_peratom("cv",&cv,DOUBLE,0);
// USER-SMD package
// MACHDYN package
add_peratom("contact_radius",&contact_radius,DOUBLE,0);
add_peratom("smd_data_9",&smd_data_9,DOUBLE,1);