[Lemon-commits] [lemon_svn] hegyi: r1985 - hugo/trunk/gui

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:49:16 CET 2006


Author: hegyi
Date: Fri Jun 17 17:41:48 2005
New Revision: 1985

Modified:
   hugo/trunk/gui/broken_edge.cc
   hugo/trunk/gui/graph-displayer.cc

Log:
Sorry for my friday afternoon...

Modified: hugo/trunk/gui/broken_edge.cc
==============================================================================
--- hugo/trunk/gui/broken_edge.cc	(original)
+++ hugo/trunk/gui/broken_edge.cc	Fri Jun 17 17:41:48 2005
@@ -72,11 +72,11 @@
       //       std::cout << unit_norm_vector << std::endl;
 
       {      
-	//       /\             top
-	//      /  \
-	//      -  -      c(enter)l(eft), ccl, ccr, cr
-	//       ||
-	//       ||       b(ottom)l, br
+	//       /\       // top
+	//      /  \      //
+	//      -  -      // c(enter)l(eft), ccl, ccr, cr
+	//       ||       //
+	//       ||       // b(ottom)l, br
       }
 
       double size=3;

Modified: hugo/trunk/gui/graph-displayer.cc
==============================================================================
--- hugo/trunk/gui/graph-displayer.cc	(original)
+++ hugo/trunk/gui/graph-displayer.cc	Fri Jun 17 17:41:48 2005
@@ -15,12 +15,12 @@
 
   //initializing
 
-  //  property_strings=new std::string[PROPERTY_NUM];
+  property_strings.resize(PROPERTY_NUM);
   property_strings[WIDTH]="Width";
   property_strings[COLOR]="Color";
   property_strings[TEXT]="Text";
 
-  //property_defaults=new double[PROPERTY_NUM];
+  property_defaults.resize(PROPERTY_NUM);
   property_defaults[WIDTH]=10.0;
   property_defaults[COLOR]=100;
   property_defaults[TEXT]=0;



More information about the Lemon-commits mailing list