[qt_honey][127] fix a bug not to work in merge.rb

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 9月 22日 (日) 16:17:05 JST


Revision: 127
          http://sourceforge.jp/projects/cres/scm/svn/commits/127
Author:   masao
Date:     2013-09-22 16:17:02 +0900 (Sun, 22 Sep 2013)
Log Message:
-----------
fix a bug not to work in merge.rb

Modified Paths:
--------------
    cmap/graph.rb

Modified: cmap/graph.rb
===================================================================
--- cmap/graph.rb	2013-08-20 14:41:31 UTC (rev 126)
+++ cmap/graph.rb	2013-09-22 07:17:02 UTC (rev 127)
@@ -81,7 +81,7 @@
       end
       label_id
    end
-   def canonical_node_labels( unified = true )
+   def canonical_node_labels( unified = :all )
       labels = Set.new
       @nodes.each do |e|
          labels << canonical_node_label( e, unified )
@@ -159,7 +159,7 @@
       end
       set
    end
-   def canonical_edges_set( unified = true )
+   def canonical_edges_set( unified = :all )
       set = Set[]
       each_node do |node|
          @edges[ node ].each do |n1|




Cres-cvs メーリングリストの案内
Back to archive index