From 76ee595b9ca9aee4df4332d3dd7cbe2b6280ea44 Mon Sep 17 00:00:00 2001 From: Monique Teillaud Date: Thu, 2 Mar 2006 08:00:05 +0000 Subject: [PATCH] --- Curved_kernel/TODO | 7 +++++++ Curved_kernel/changes.txt | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/Curved_kernel/TODO b/Curved_kernel/TODO index 731e23b7ebd..288c8a3bb81 100644 --- a/Curved_kernel/TODO +++ b/Curved_kernel/TODO @@ -6,6 +6,13 @@ vers cercles) utiliser partout ou c'est possible le constructeur de arc_point(Point_2) +How can we avoid to call global functions of CK in internal code? +These calls look rather dirty to me. +I (MT) tried to remove them but could not: if these calls are replaced +by calls of internal functions, then CK::Polynomials must be accessed, +but they are undefined in Lazy_kernel... + + enlever messages de debug regarder traits-tracer (seg fault) diff --git a/Curved_kernel/changes.txt b/Curved_kernel/changes.txt index 6d64cbfc520..70db7ff38f6 100755 --- a/Curved_kernel/changes.txt +++ b/Curved_kernel/changes.txt @@ -1,3 +1,7 @@ +3rd march 2006 Monique Teillaud +(and yesterday) +- removed all dependencies of CK from AK global functions + 1st march 2006 Monique Teillaud I start writing in changes.txt... In the last few days I cleaned various files and made sure that