[avida-cvs] avida CVS commits: /current/source/main reaction.hh

bckirkup avida-cvs at alife.org
Tue Jun 24 22:55:50 PDT 2003


bckirkup		Tue Jun 24 14:55:50 2003 EDT

  Modified files:              
    /avida/current/source/main	reaction.hh 
  Log:
  Adding the input handling and utility code for detection of resources and lethal reactions
  
Index: avida/current/source/main/reaction.hh
diff -u avida/current/source/main/reaction.hh:1.4 avida/current/source/main/reaction.hh:1.5
--- avida/current/source/main/reaction.hh:1.4	Wed Jun 18 17:41:59 2003
+++ avida/current/source/main/reaction.hh	Tue Jun 24 14:55:49 2003
@@ -35,7 +35,7 @@
   bool lethal;			 // Lethality of reaction
   cResource * detect; // Resource Measured
   double detection_threshold;  //Minimum quantity of resource to register as present
-  double detection_error;  //Standard Deviation of Detection Event (as % present)
+  double detection_error;  //Var of Detection Event (as % of resource present)
 public:
   cReactionProcess();
   ~cReactionProcess();






More information about the Avida-cvs mailing list