nsvector_total should be an int

This commit is contained in:
Axel Kohlmeyer
2025-06-28 03:53:34 -04:00
parent 669f60b692
commit 2968bfa8d9

View File

@ -422,7 +422,7 @@ void PairGranular::init_style()
// allocate history and aggregate model information
class GranularModel* model;
double nsvector_total;
int nsvector_total;
extra_svector = 0;
int size_max[NSUBMODELS] = {0};
for (int n = 0; n < nmodels; n++) {