Treatment capacities may not be assigned to correct utilities in allocated water sources.
Lines 415/416 in WaterSources.cpp have to be changed to allocated_treatment_fractions->at(u) to allocated_treatment_fractions->at(i), since it is defined in the current scope before the other allocation vectors are adjusted to utility IDs.
Treatment capacities may not be assigned to correct utilities in allocated water sources. Lines 415/416 in WaterSources.cpp have to be changed to allocated_treatment_fractions->at(u) to allocated_treatment_fractions->at(i), since it is defined in the current scope before the other allocation vectors are adjusted to utility IDs.