From 48e535bd9a98c9dee2e5875fc47ea89965ecad92 Mon Sep 17 00:00:00 2001 From: Daniel Russel Date: Thu, 4 May 2006 09:30:45 +0000 Subject: [PATCH] forgot to wrap one instance of Kinetic::Kernel --- .../doc_tex/Kinetic_framework/architecture.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.