[Avida-SVN] r1695 - branches/uml/source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Tue Jun 19 09:53:17 PDT 2007


Author: hjg
Date: 2007-06-19 12:53:17 -0400 (Tue, 19 Jun 2007)
New Revision: 1695

Modified:
   branches/uml/source/main/cUMLModel.cc
Log:
bug fix. 


Modified: branches/uml/source/main/cUMLModel.cc
===================================================================
--- branches/uml/source/main/cUMLModel.cc	2007-06-18 18:03:50 UTC (rev 1694)
+++ branches/uml/source/main/cUMLModel.cc	2007-06-19 16:53:17 UTC (rev 1695)
@@ -358,9 +358,9 @@
 	
 	x = xmi_begin; 
 	
-	x += xmi_class1;
-	x += state_diagrams[0].getXMI();
-	x += xmi_class2;
+//	x += xmi_class1;
+//	x += state_diagrams[0].getXMI();
+//	x += xmi_class2;
 	x += state_diagrams[1].getXMI();
 	
 	




More information about the Avida-cvs mailing list