From f13cc8a3ea206067de535dc9bfbffe0d0fb35fd2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 22 Feb 2006 17:25:03 +0000 Subject: [PATCH] typo --- Fltk/Solvers.cpp | 4 ++-- TODO | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Fltk/Solvers.cpp b/Fltk/Solvers.cpp index f620a5bb29..5bbffa75b7 100644 --- a/Fltk/Solvers.cpp +++ b/Fltk/Solvers.cpp @@ -1,4 +1,4 @@ -// $Id: Solvers.cpp,v 1.42 2006-01-06 00:34:23 geuzaine Exp $ +// $Id: Solvers.cpp,v 1.43 2006-02-22 17:25:03 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -108,7 +108,7 @@ int Solver(int num, char *args) } else{ if(!CTX.solver.listen){ - Msg(INFO, "Stopped listening for solver conncetions"); + Msg(INFO, "Stopped listening for solver connections"); return 0; } // we don't know who will (maybe) contact us diff --git a/TODO b/TODO index b522dc4c37..b0b6e1860f 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ -$Id: TODO,v 1.121 2006-01-27 23:35:35 geuzaine Exp $ +$Id: TODO,v 1.122 2006-02-22 17:25:03 geuzaine Exp $ +******************************************************************** + +add a min_recursion option for adaptve views (to force at least a +certain number of subdivisions) ******************************************************************** -- GitLab