[Avida-SVN] r1626 - in development: Avida.xcodeproj source/classification

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed May 30 16:52:47 PDT 2007


Author: brysonda
Date: 2007-05-30 19:52:47 -0400 (Wed, 30 May 2007)
New Revision: 1626

Modified:
   development/Avida.xcodeproj/project.pbxproj
   development/source/classification/cInjectGenotype.cc
Log:
Fix parasite genotype ids that were not actually being set in the cInjectGenotype class.

Modified: development/Avida.xcodeproj/project.pbxproj
===================================================================
--- development/Avida.xcodeproj/project.pbxproj	2007-05-29 20:31:31 UTC (rev 1625)
+++ development/Avida.xcodeproj/project.pbxproj	2007-05-30 23:52:47 UTC (rev 1626)
@@ -203,56 +203,56 @@
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 7023EC320C0A426900362B9C /* avida-core */;
+			remoteGlobalIDString = 7023EC320C0A426900362B9C;
 			remoteInfo = "avida-core";
 		};
 		7023ECCF0C0A445800362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 7023EC320C0A426900362B9C /* avida-core */;
+			remoteGlobalIDString = 7023EC320C0A426900362B9C;
 			remoteInfo = "avida-core";
 		};
 		7023ECD10C0A445B00362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 70AA941809D486AE006A24C8 /* tcmalloc */;
+			remoteGlobalIDString = 70AA941809D486AE006A24C8;
 			remoteInfo = tcmalloc;
 		};
 		7023ECE00C0A44DE00362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 70AA941809D486AE006A24C8 /* tcmalloc */;
+			remoteGlobalIDString = 70AA941809D486AE006A24C8;
 			remoteInfo = tcmalloc;
 		};
 		7023ECE20C0A44E000362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 7023EC320C0A426900362B9C /* avida-core */;
+			remoteGlobalIDString = 7023EC320C0A426900362B9C;
 			remoteInfo = "avida-core";
 		};
 		7023ED530C0A590B00362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = DCC3164C07626CF3008F7A48 /* avida */;
+			remoteGlobalIDString = DCC3164C07626CF3008F7A48;
 			remoteInfo = avida;
 		};
 		7023ED550C0A590F00362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 700E2AF3085DE50C00CF158A /* avida-viewer */;
+			remoteGlobalIDString = 700E2AF3085DE50C00CF158A;
 			remoteInfo = "avida-viewer";
 		};
 		7023ED570C0A591100362B9C /* PBXContainerItemProxy */ = {
 			isa = PBXContainerItemProxy;
 			containerPortal = DCC30C4D0762532C008F7A48 /* Project object */;
 			proxyType = 1;
-			remoteGlobalIDString = 70B6514B0BEA6FAD002472ED /* unit-tests */;
+			remoteGlobalIDString = 70B6514B0BEA6FAD002472ED;
 			remoteInfo = "unit-tests";
 		};
 		70DCF67509D4E10500924128 /* PBXContainerItemProxy */ = {

Modified: development/source/classification/cInjectGenotype.cc
===================================================================
--- development/source/classification/cInjectGenotype.cc	2007-05-29 20:31:31 UTC (rev 1625)
+++ development/source/classification/cInjectGenotype.cc	2007-05-30 23:52:47 UTC (rev 1626)
@@ -38,6 +38,7 @@
   , is_active(true)
       , can_reproduce(false)
   , defer_adjust(0)
+  , id_num(in_id)
   , symbol(0)
   , birth_data(in_update_born)
   , num_injected(0)




More information about the Avida-cvs mailing list