[Avida-cvs] [Avida2-svn] r359 - in branches/brysonda/source: . main viewer

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Sat Oct 22 21:16:37 PDT 2005


Author: brysonda
Date: 2005-10-23 00:16:36 -0400 (Sun, 23 Oct 2005)
New Revision: 359

Added:
   branches/brysonda/source/viewer/
Removed:
   branches/brysonda/source/viewer/viewers.pro
   branches/brysonda/source/viewers/
Modified:
   branches/brysonda/source/main/cAnalyze.cc
Log:
Moving 'viewers' to 'viewer' as it only contains one, the (n)curses view

Modified: branches/brysonda/source/main/cAnalyze.cc
===================================================================
--- branches/brysonda/source/main/cAnalyze.cc	2005-10-23 04:09:39 UTC (rev 358)
+++ branches/brysonda/source/main/cAnalyze.cc	2005-10-23 04:16:36 UTC (rev 359)
@@ -3407,7 +3407,6 @@
     int new_size1 = test_genome1.GetSize() - size1 + size0;
 
     // Setup some statistics for this particular test.
-    bool cross_viable = true;
     bool same_mate_id = ( genotype->GetMateID() == genotype2->GetMateID() );
     if (same_mate_id == true) total_matches_tested++;
 

Copied: branches/brysonda/source/viewer (from rev 357, branches/brysonda/source/viewers)

Deleted: branches/brysonda/source/viewer/viewers.pro
===================================================================
--- branches/brysonda/source/viewers/viewers.pro	2005-10-22 01:56:38 UTC (rev 357)
+++ branches/brysonda/source/viewer/viewers.pro	2005-10-23 04:16:36 UTC (rev 359)
@@ -1,47 +0,0 @@
-
-AVIDA_SRC_DIR = ..
-
-TEMPLATE    = app
-TARGET      = ncurses-viewer
-DESTDIR	= ../../work
-CONFIG      *= warn-on
-CONFIG      *= cpu event main trio tools
-CONFIG	+= console
-OBJECTS_DIR	= objs
-!win32:LIBS += -lncurses
-else:LIBS	+= -l..\third-party\pdcurses\pdcurses
-include($$AVIDA_SRC_DIR/modules.pri)
-
-INCLUDEPATH	+= ..\third-party\pdcurses
-
-HEADERS +=  ansi.hh \
-            bar_screen.hh \
-            environment_screen.hh \
-            hist_screen.hh \
-            map_screen.hh \
-            menu.hh \
-            ncurses.hh \
-            options_screen.hh \
-            stats_screen.hh \
-            symbol_util.hh \
-            text_screen.hh \
-            text_window.hh \
-            view.hh \
-            viewer.hh \
-            zoom_screen.hh
-
-SOURCES +=  ansi.cc \
-            bar_screen.cc \
-            environment_screen.cc \
-            hist_screen.cc \
-            map_screen.cc \
-            menu.cc \
-            ncurses.cc \
-            options_screen.cc \
-            stats_screen.cc \
-            symbol_util.cc \
-            text_screen.cc \
-            view.cc \
-            viewer.cc \
-            zoom_screen.cc \
-




More information about the Avida-cvs mailing list