[Avida-cvs] [avida-svn] r499 - branches/jeffdev/source/main

jclune@myxo.css.msu.edu jclune at myxo.css.msu.edu
Thu Mar 9 13:48:04 PST 2006


Author: jclune
Date: 2006-03-09 16:48:04 -0500 (Thu, 09 Mar 2006)
New Revision: 499

Modified:
   branches/jeffdev/source/main/cPhenotype.cc
Log:
fixed a problem with is_receiver flags in clones relating to donations stuff.

Modified: branches/jeffdev/source/main/cPhenotype.cc
===================================================================
--- branches/jeffdev/source/main/cPhenotype.cc	2006-03-09 20:53:48 UTC (rev 498)
+++ branches/jeffdev/source/main/cPhenotype.cc	2006-03-09 21:48:04 UTC (rev 499)
@@ -585,16 +585,16 @@
   is_donor_threshgb  = clone_phenotype.is_donor_threshgb;
   num_thresh_gb_donations_last = clone_phenotype.num_thresh_gb_donations_last;
   num_thresh_gb_donations  = clone_phenotype.num_thresh_gb_donations;
-  is_receiver = false;
-  is_receiver_last = false;
-  is_receiver_rand = false;
-  is_receiver_kin = false;
-  is_receiver_edit = false;
-  is_receiver_gbg = false;
-  is_receiver_truegb = false;
-  is_receiver_truegb_last = false;
-  is_receiver_threshgb = false;
-  is_receiver_threshgb_last = false;
+  is_receiver = clone_phenotype.is_receiver;
+  is_receiver_last = clone_phenotype.is_receiver_last;
+  is_receiver_rand = clone_phenotype.is_receiver_rand;
+  is_receiver_kin = clone_phenotype.is_receiver_kin;
+  is_receiver_edit = clone_phenotype.is_receiver_edt;
+  is_receiver_gbg = clone_phenotype.is_receiver_gbg;
+  is_receiver_truegb = clone_phenotype.is_receiver_truegb;
+  is_receiver_truegb_last = clone_phenotype.is_receiver_truegb_last;
+  is_receiver_threshgb = clone_phenotype.is_receiver_threshgb;
+  is_receiver_threshgb_last = clone_phenotype.is_receiver_threshgb_last;
   is_modifier   = false;
   is_modified   = false;
   is_fertile    = clone_phenotype.last_child_fertile;




More information about the Avida-cvs mailing list