Merge branch 'stress_deform' of github.com:jtclemm/lammps into stress_deform

This commit is contained in:
jtclemm
2024-01-22 21:25:46 -07:00
8699 changed files with 719556 additions and 470728 deletions

View File

@ -2,7 +2,7 @@
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
LAMMPS development team: developers@lammps.org
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
@ -472,7 +472,7 @@ void FixDeform::init()
rfix.clear();
for (auto ifix : modify->get_fix_list())
for (auto &ifix : modify->get_fix_list())
if (ifix->rigid_flag) rfix.push_back(ifix);
}