From 952a85d59a12e664f5efa6d01681be189e4fff9c Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 2 Sep 2009 09:50:25 +0000 Subject: [PATCH] updated pats contact and mothur header info --- helpcommand.cpp | 2 +- mothur.cpp | 14 ++++++++------ mothur.h | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/helpcommand.cpp b/helpcommand.cpp index 47fb72a..ba4f53d 100644 --- a/helpcommand.cpp +++ b/helpcommand.cpp @@ -32,7 +32,7 @@ int HelpCommand::execute(){ delete validCommands; - mothurOutEndLine(); mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://schloss.micro.umass.edu/mothur/, or contact Pat Schloss at pschloss@microbio.umass.edu.\n"); + mothurOutEndLine(); mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at pschloss@umich.edu.\n"); return 0; } diff --git a/mothur.cpp b/mothur.cpp index 400c497..5bb9c05 100644 --- a/mothur.cpp +++ b/mothur.cpp @@ -41,9 +41,9 @@ int main(int argc, char *argv[]){ //header - mothurOut("mothur v.1.5.0"); + mothurOut("mothur v.1.5.1"); mothurOutEndLine(); - mothurOut("Last updated: 8/03/2009"); + mothurOut("Last updated: 9/02/2009"); mothurOutEndLine(); mothurOutEndLine(); mothurOut("by"); @@ -51,11 +51,13 @@ int main(int argc, char *argv[]){ mothurOut("Patrick D. Schloss"); mothurOutEndLine(); mothurOutEndLine(); - mothurOut("Department of Microbiology"); - mothurOutEndLine(); - mothurOut("pschloss@micro.umass.edu"); + mothurOut("Department of Microbiology & Immunology"); + mothurOutEndLine(); + mothurOut("University of Michigan"); + mothurOutEndLine(); + mothurOut("pschloss@umich.edu"); mothurOutEndLine(); - mothurOut("http://schloss.micro.umass.edu/mothur"); + mothurOut("http://www.mothur.org"); mothurOutEndLine(); mothurOutEndLine(); mothurOutEndLine(); diff --git a/mothur.h b/mothur.h index ed206af..c5afe86 100644 --- a/mothur.h +++ b/mothur.h @@ -257,7 +257,7 @@ inline void errorOut(exception& e, string object, string function) { mothurOut("Error: "); mothurOut(toString(e.what())); - mothurOut(" has occurred in the " + object + " class function " + function + ". Please contact Pat Schloss at pschloss@microbio.umass.edu, and be sure to include the mothur.logFile with your inquiry."); + mothurOut(" has occurred in the " + object + " class function " + function + ". Please contact Pat Schloss at pschloss@umich.edu, and be sure to include the mothur.logFile with your inquiry."); mothurOutEndLine(); } -- 2.39.2