Marking scalar intensive in elec/stop/fit fix

This commit is contained in:
jtclemm
2025-01-29 13:58:47 -07:00
parent d638f66b68
commit b4eee0c27a

View File

@ -68,7 +68,8 @@ FixElectronStoppingFit::FixElectronStoppingFit(LAMMPS *lmp, int narg, char **arg
error->all(FLERR,"Incorrect number of fix electron/stopping/fit arguments");
}
scalar_flag = 1;
scalar_flag = 1; // intensive total energy loss since start of run
extscalar = 0;
global_freq = 1;
energy_coh_in = new double[atom->ntypes+1];