diff --git a/Kinetic_data_structures/doc_tex/Kinetic_framework/architecture.tex b/Kinetic_data_structures/doc_tex/Kinetic_framework/architecture.tex index 58ceaa1c1be..3329ac9a2e6 100644 --- a/Kinetic_data_structures/doc_tex/Kinetic_framework/architecture.tex +++ b/Kinetic_data_structures/doc_tex/Kinetic_framework/architecture.tex @@ -8,7 +8,7 @@ This package provides a framework to allow exact implementation of kinetic data structures and sweepline algorithms. Below we discuss in detail each one of the first four major concepts which help in implementing kinetic data structures: the \ccc{Kinetic::Simulator}, -the Kinetic::Kernel, the \ccc{Kinetic::ActiveObjectsTable} and the +the \ccc{Kinetic::Kernel}, the \ccc{Kinetic::ActiveObjectsTable} and the \ccc{Kinetic::InstantaneousKernel}. The \ccc{Kinetic::FunctionKernel} concept is discussed separately in Section \ref{sec:kds_algebraic_kernel}.