100#include "Simulation.h"
102 integer,
intent(in) :: property
103 real,
intent(out) :: value
104 real,
intent(in),
optional :: weights(:)
105 integer,
intent(in),
optional :: speciesMask(NSPECIES)
subroutine Multispecies_getAvg(property, value, weights, speciesMask)