Merge branch 'develop' into stress_deform

This commit is contained in:
jtclemm
2023-12-14 10:02:46 -07:00
committed by GitHub
8699 changed files with 719549 additions and 470721 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
@ -816,7 +816,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);
// Find pressure/temp computes if needed