diff --git a/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h b/Applications/ApplicationsLib/UncoupledProcessesTimeLoop.h index 7e0852f25e6c1d48146c5c3d4583546c93b8a43a..a89d8d15826e6f1b28df181a68ef95cb01387660 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. */