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

baerb at myxo.css.msu.edu baerb at myxo.css.msu.edu
Thu Jan 11 10:15:25 PST 2007


Author: baerb
Date: 2007-01-11 13:15:25 -0500 (Thu, 11 Jan 2007)
New Revision: 1177

Modified:
   development/source/main/avida.cc
   development/source/main/cAvidaConfig.cc
Log:

Trivial changes: Changed copyright notice.  Fixed error is printing options.



Modified: development/source/main/avida.cc
===================================================================
--- development/source/main/avida.cc	2007-01-11 17:40:05 UTC (rev 1176)
+++ development/source/main/avida.cc	2007-01-11 18:15:25 UTC (rev 1177)
@@ -2,7 +2,7 @@
  *  avida.cc
  *  Avida
  *
- *  Copyright 2005-2006 Michigan State University. All rights reserved.
+ *  Copyright 2005-2007 Michigan State University. All rights reserved.
  *  Copyright 1993-2003 California Institute of Technology.
  *
  */
@@ -84,7 +84,7 @@
 
   cout << endl;
 
-  cout << "Copyright (C) 1999-2006 Michigan State University." << endl;
+  cout << "Copyright (C) 1999-2007 Michigan State University." << endl;
   cout << "Copyright (C) 1993-2003 California Institute of Technology." << endl << endl;
   
   cout << "Avida comes with ABSOLUTELY NO WARRANTY." << endl;

Modified: development/source/main/cAvidaConfig.cc
===================================================================
--- development/source/main/cAvidaConfig.cc	2007-01-11 17:40:05 UTC (rev 1176)
+++ development/source/main/cAvidaConfig.cc	2007-01-11 18:15:25 UTC (rev 1177)
@@ -4,7 +4,7 @@
  *
  *  Created by David on 10/16/05.
  *  Designed by Charles.
- *  Copyright 2005-2006 Michigan State University. All rights reserved.
+ *  Copyright 2005-2007 Michigan State University. All rights reserved.
  *
  */
 
@@ -365,13 +365,14 @@
     
     else if (cur_arg == "--help" || cur_arg == "-help" || cur_arg == "-h") {
       cout << "Options:"<<endl
-	   << "  -a[nalyze]            Process analyze.cfg instead of normal run." << endl
+	   << "  -a[nalyze]            Process analyze.cfg instead of normal "
+               << "run." << endl
 	   << "  -c[onfig] <filename>  Set config file to be <filename>"<<endl
 	   << "  -e; -actions          Print a list of all known actions"<< endl
 	   << "  -h[elp]               Help on options (this listing)"<<endl
 	   << "  -i[nteractive]        Run analyze mode interactively" << endl
 	   << "  -l[oad] <filename>    Load a clone file" << endl
-	   << "  -r[eview]             Review analyze.cfg settings."
+	   << "  -r[eview]             Review analyze.cfg settings." << endl
 	   << "  -s[eed] <value>       Set random seed to <value>" << endl
 	   << "  -set <name> <value>   Overide values in avida.cfg" << endl
 	   << "  -v[ersion]            Prints the version number" << endl




More information about the Avida-cvs mailing list