From 7f4d9474ec88e4f441a4ccf749f1d9c4420fc21c Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 10 Jun 2021 09:51:31 +0200 Subject: [PATCH] [NL/ODESolver] Fix spelling. --- NumLib/ODESolver/TimeDiscretizedODESystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NumLib/ODESolver/TimeDiscretizedODESystem.cpp b/NumLib/ODESolver/TimeDiscretizedODESystem.cpp index 3d941cd584d..227a044611b 100644 --- a/NumLib/ODESolver/TimeDiscretizedODESystem.cpp +++ b/NumLib/ODESolver/TimeDiscretizedODESystem.cpp @@ -130,7 +130,7 @@ void TimeDiscretizedODESystem< GlobalVector& res) const { // TODO Maybe the duplicate calculation of xdot here and in assembleJacobian - // can be optimuized. However, that would make the interface a bit more + // can be optimized. However, that would make the interface a bit more // fragile. auto& xdot = NumLib::GlobalVectorProvider::provider.getVector(_xdot_id); _time_disc.getXdot(x_new_timestep, x_prev, xdot); -- GitLab