alliance-programmers '02
(no subject)


Hugo Clement (Hugo.Clement@asim.lip6.fr)
Fri, 15 Feb 2002 13:06:48 +0100 (MET)

=================================================================== Modification le : Fri Feb 15 13:06:32 MET 2002 Par : hcl =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout In directory rondo:/users/cao/hcl/alliance/sources/ocr/sce/rout Modified Files: ocrAstar.c Log Message: First attempt =================================================================== Index: ocrAstar.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocr/sce/rout/ocrAstar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 8a9,11 > Revision 1.2 2002/02/15 12:06:31 hcl > First attempt > 26a30,39 > #include "display.h" > > extern ocrOption *g_pOption; > #define LEVEL (g_pOption->LEVEL) > > /*********************************************************************/ > #define TAG_KEEP 1 > #define TAG_CLEAN 2 > #define TAG_FREED 4 > 51c64,65 < /*ocrNaturalInt t;*/ --- > ocrNaturalInt t; > ocrNaturalInt TAG; 98c112 < tmp = malloc (sizeof (path_list)); --- > tmp = mbkalloc (sizeof (path_list)); 104a119,120 > tmp->t = 0; > tmp->TAG = TAG_CLEAN; 110a127,135 > void tag_keep (path_list *path) { > > while (path) { > path->TAG = TAG_KEEP; > path = path->ROOT; > } > return; > } > 121c146,147 < list = &( (*list)->NEXT ); --- > (*list) = ( (*list)->NEXT ); > res->NEXT = NULL; 143a170,187 > switch (list->TAG) {

 



Alliance Web Site © 1997, 2002 ASIM/LIP6/UPMC, page maintained by Czo [Olivier Sirol] , last updated on 15 February 2002.