[Avida-SVN] r3525 - development/source/cpu

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Wed Nov 11 07:54:18 PST 2009


Author: brysonda
Date: 2009-11-11 10:54:17 -0500 (Wed, 11 Nov 2009)
New Revision: 3525

Modified:
   development/source/cpu/cHardwareExperimental.cc
Log:
Fix typos in cHardwareExperimental.

Modified: development/source/cpu/cHardwareExperimental.cc
===================================================================
--- development/source/cpu/cHardwareExperimental.cc	2009-11-07 05:21:49 UTC (rev 3524)
+++ development/source/cpu/cHardwareExperimental.cc	2009-11-11 15:54:17 UTC (rev 3525)
@@ -148,8 +148,8 @@
     tInstLibEntry<tMethod>("search-f", &cHardwareExperimental::Inst_SearchF, 0, "Find complement template forward and move the flow head"),
     tInstLibEntry<tMethod>("search-b", &cHardwareExperimental::Inst_SearchB, 0, "Find complement template backward and move the flow head"),
     tInstLibEntry<tMethod>("search-s-direct", &cHardwareExperimental::Inst_SearchS_Direct, 0, "Find direct template from genome start and move the flow head"),
-    tInstLibEntry<tMethod>("search-s-direct", &cHardwareExperimental::Inst_SearchF_Direct, 0, "Find direct template forward and move the flow head"),
-    tInstLibEntry<tMethod>("search-s-direct", &cHardwareExperimental::Inst_SearchB_Direct, 0, "Find direct template backward and move the flow head"),
+    tInstLibEntry<tMethod>("search-f-direct", &cHardwareExperimental::Inst_SearchF_Direct, 0, "Find direct template forward and move the flow head"),
+    tInstLibEntry<tMethod>("search-b-direct", &cHardwareExperimental::Inst_SearchB_Direct, 0, "Find direct template backward and move the flow head"),
 
     tInstLibEntry<tMethod>("mov-head", &cHardwareExperimental::Inst_MoveHead, nInstFlag::DEFAULT, "Move head ?IP? to the flow head"),
     




More information about the Avida-cvs mailing list