From 61cca06bb8318a5ae13cc16f0f64944830ff421d Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.w@gmail.com> Date: Tue, 21 Jun 2016 08:04:36 +0200 Subject: [PATCH] fix document --- Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h b/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h index 7e0852f25e6..a89d8d15826 100644 --- a/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h +++ b/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h @@ -93,7 +93,7 @@ private: * * \note Currently the \c ODETag is automatically inferred from the given * \c ody_sys. This works as long as \c Process derives from - * \c ODESystem<Matrix, GlobalVector, ODETag>, i.e. as long we only deal with + * \c ODESystem<GlobalMatrix, GlobalVector, ODETag>, i.e. as long we only deal with * one type of ODE. When we introduce more types, this method will have * to be extended slightly. */ -- GitLab