Remove unused variable

This commit is contained in:
Richard Berger
2022-02-10 14:13:55 -05:00
parent 75f32a60a5
commit df00d2225a

View File

@ -393,7 +393,6 @@ void FixDeform::init()
// error if more than one fix deform
// domain, fix nvt/sllod, compute temp/deform only work on single h_rate
int count = 0;
if (modify->get_fix_by_style("deform").size() > 1)
error->all(FLERR,"More than one fix deform");