Skip to content

Commit 02e1be1

Browse files
committed
add missing number
1 parent 0613878 commit 02e1be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp-tutorials/abm/tutorial_abm_vaccination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ int main(int argc, char* argv[])
236236
model.parameters.get<mio::abm::SeverityProtectionFactor>()[{mio::abm::ProtectionType::GenericVaccine, age,
237237
mio::abm::VirusVariant::Wildtype}] =
238238
mio::TimeSeriesFunctor<ScalarType>{mio::TimeSeriesFunctorType::LinearInterpolation,
239-
{{0, 0.0}, {1, 0.85}, {180, 0.70}}};
239+
{{0, 0.0}, {14, 0.85}, {180, 0.70}}};
240240
}
241241

242242
std::cout << "Vaccination protection factors configured.\n";

0 commit comments

Comments
 (0)