Style for PEO
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@906 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
f4740e571c
commit
b74a446baa
82 changed files with 1946 additions and 1663 deletions
|
|
@ -71,7 +71,7 @@ static int screen;
|
|||
/*
|
||||
gdk_gc_set_line_attributes (gc, 2, GDK_LINE_ON_OFF_DASH, GDK_CAP_NOT_LAST, GDK_JOIN_MITER) ;
|
||||
|
||||
gdk_gc_set_foreground (gc, & color_green) ;
|
||||
gdk_gc_set_foreground (gc, & color_green) ;
|
||||
|
||||
for (int i = 0 ; i < (int) numNodes ; i ++) {
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ for (int i = 0 ; i < (int) numNodes ; i ++) {
|
|||
Y_new_coord [opt_route [i]],
|
||||
X_new_coord [opt_route [(i + 1) % numNodes]],
|
||||
Y_new_coord [opt_route [(i + 1) % numNodes]]);
|
||||
|
||||
|
||||
}*/
|
||||
|
||||
void openMainWindow (const char * __filename)
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
DisplayBestRoute :: DisplayBestRoute (eoPop <Route> & __pop
|
||||
) : pop (__pop)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void DisplayBestRoute :: operator () ()
|
||||
|
|
|
|||
|
|
@ -41,8 +41,7 @@ PartRouteEval :: PartRouteEval (float __from,
|
|||
float __to
|
||||
) : from (__from),
|
||||
to (__to)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void PartRouteEval :: operator () (Route & __route)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue