[avida-cvs] avida CVS commits: /current/source/cpu hardware_cpu.cc

dule123 avida-cvs at alife.org
Thu Oct 9 07:03:39 PDT 2003


dule123		Wed Oct  8 23:03:39 2003 EDT

  Modified files:              
    /avida/current/source/cpu	hardware_cpu.cc 
  Log:
  
  fixing a big with a new divide command i'm using
  shouldn't affect anyone else... 
  
  
  
Index: avida/current/source/cpu/hardware_cpu.cc
diff -u avida/current/source/cpu/hardware_cpu.cc:1.56 avida/current/source/cpu/hardware_cpu.cc:1.57
--- avida/current/source/cpu/hardware_cpu.cc:1.56	Wed Oct  1 12:03:46 2003
+++ avida/current/source/cpu/hardware_cpu.cc	Wed Oct  8 23:03:38 2003
@@ -3125,7 +3125,7 @@
 
 bool cHardwareCPU::Inst_HeadDivideAsexWait()  
 { 
-  organism->GetPhenotype().SetDivideSex(false);
+  organism->GetPhenotype().SetDivideSex(true);
   organism->GetPhenotype().SetCrossNum(0);
   return Inst_HeadDivide(); 
 }






More information about the Avida-cvs mailing list