[Avida-SVN] r1507 - development/source/main

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Fri Apr 27 10:52:29 PDT 2007


Author: brysonda
Date: 2007-04-27 13:52:29 -0400 (Fri, 27 Apr 2007)
New Revision: 1507

Modified:
   development/source/main/cDeme.h
Log:
Fix Linux compile error in cDeme.

Modified: development/source/main/cDeme.h
===================================================================
--- development/source/main/cDeme.h	2007-04-27 15:12:52 UTC (rev 1506)
+++ development/source/main/cDeme.h	2007-04-27 17:52:29 UTC (rev 1507)
@@ -42,7 +42,7 @@
   int GetCellID(int pos) const { return cell_ids[pos]; }
   int GetCellID(int x, int y) const;
   //! Returns an (x,y) pair for the position of the passed-in cell ID.
-  std::pair<int, int> cDeme::GetCellPosition(int cellid) const;
+  std::pair<int, int> GetCellPosition(int cellid) const;
 
   int GetWidth() const { return width; }
   int GetHeight() const { return cell_ids.GetSize() / width; }




More information about the Avida-cvs mailing list