[Avida-SVN] r1112 - branches/coopcomm/source/main

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Tue Dec 5 17:34:11 PST 2006


Author: beckma24
Date: 2006-12-05 20:34:11 -0500 (Tue, 05 Dec 2006)
New Revision: 1112

Modified:
   branches/coopcomm/source/main/cTaskLib.h
Log:
Fixed small bug

Modified: branches/coopcomm/source/main/cTaskLib.h
===================================================================
--- branches/coopcomm/source/main/cTaskLib.h	2006-12-05 20:35:28 UTC (rev 1111)
+++ branches/coopcomm/source/main/cTaskLib.h	2006-12-06 01:34:11 UTC (rev 1112)
@@ -259,8 +259,8 @@
   double Task_GraphEquTree(cTaskContext* ctx) const;
   
   //! helper functions
-  bool cTaskLib::hopWiseCloserGRID(int, int, int, int, int, int) const;
-  bool cTaskLib::hopWiseCloserTORUS() const;
+  bool hopWiseCloserGRID(int, int, int, int, int, int) const;
+  bool hopWiseCloserTORUS() const;
 };
 
 




More information about the Avida-cvs mailing list