[Avida-SVN] r2108 - branches/energy/source/main

beckma24 at myxo.css.msu.edu beckma24 at myxo.css.msu.edu
Tue Sep 25 11:03:16 PDT 2007


Author: beckma24
Date: 2007-09-25 14:03:16 -0400 (Tue, 25 Sep 2007)
New Revision: 2108

Modified:
   branches/energy/source/main/cDeme.h
Log:
fixed copy error

Modified: branches/energy/source/main/cDeme.h
===================================================================
--- branches/energy/source/main/cDeme.h	2007-09-25 17:51:39 UTC (rev 2107)
+++ branches/energy/source/main/cDeme.h	2007-09-25 18:03:16 UTC (rev 2108)
@@ -70,7 +70,7 @@
   //! Returns an (x,y) pair for the position of the passed-in cell ID.
   std::pair<int, int> GetCellPosition(int cellid) const;
   //! Returns a relative (x,y) pair within the deme for the position of the passed-in cell ID.
-  std::pair<int, int> cDeme::GetRelativeCellPosition(int cellid) const;
+  std::pair<int, int> GetRelativeCellPosition(int cellid) const;
 
   int GetWidth() const { return width; }
   int GetHeight() const { return cell_ids.GetSize() / width; }




More information about the Avida-cvs mailing list