fix error: ‘else’ without a previous ‘if’

This commit is contained in:
Evangelos Voyiatzis
2025-02-09 14:39:48 +02:00
committed by GitHub
parent e4a16556db
commit f7a43b94a6

View File

@ -577,7 +577,6 @@ void FixAdapt::init()
} else if (ad->which == ANGLE && ad->adim == 1) {
for (i = ad->ilo; i <= ad->ihi; ++i )
ad->vector_orig[i] = ad->vector[i];
}
} else if (ad->which == IMPROPER && ad->idim == 1) {
for (i = ad->ilo; i <= ad->ihi; ++i )