91#include "Simulation.h"
92 integer,
intent(in) :: property
93 real,
intent(out) :: value
94 real,
intent(in),
optional :: weights(:)
95 integer,
intent(in),
optional :: speciesMask(NSPECIES)
subroutine Multispecies_getSumInv(property, value, weights, speciesMask)