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

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Tue Dec 19 19:00:46 PST 2006


Author: hjg
Date: 2006-12-19 22:00:46 -0500 (Tue, 19 Dec 2006)
New Revision: 1150

Modified:
   branches/uml/source/main/cOrganism.cc
Log:
Bug fix for XMI generation. 


Modified: branches/uml/source/main/cOrganism.cc
===================================================================
--- branches/uml/source/main/cOrganism.cc	2006-12-19 21:11:08 UTC (rev 1149)
+++ branches/uml/source/main/cOrganism.cc	2006-12-20 03:00:46 UTC (rev 1150)
@@ -531,7 +531,7 @@
 		case 4: 
 			temp = "";
 			temp += "<UML:Transition.effect>  <UML:UninterpretedAction xmi.id=\"XDE-8280CF2B-DA14-4989-AC7F-D83012DE3234\"";
-			temp +=  "isAsynchronous=\"false\" name=\"\" isSpecification=\"false\"> ";
+			temp += " isAsynchronous=\"false\" name=\"\" isSpecification=\"false\"> ";
 			temp += "<UML:Action.script> <UML:ActionExpression language=\"\" ";
 			temp += " body=\"^TempSensor.getOpState()\"/>  </UML:Action.script> ";
 			temp += " </UML:UninterpretedAction> </UML:Transition.effect>\n";




More information about the Avida-cvs mailing list