From 09112c509bcb1355e24e6f60462abdb35572d68f Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Mon, 3 Sep 2012 13:33:34 +0000 Subject: [PATCH] removed versions --- fsl_glm.cc | 2 +- fsl_regfilt.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fsl_glm.cc b/fsl_glm.cc index da5c930..c485b07 100644 --- a/fsl_glm.cc +++ b/fsl_glm.cc @@ -22,7 +22,7 @@ using namespace std; // The two strings below specify the title and example usage that is // printed out as the help or usage message - string title=string("fsl_glm (Version 1.1)")+ + string title=string("fsl_glm")+ string("\nCopyright(c) 2004-2009, University of Oxford (Christian F. Beckmann)\n")+ string(" \n Simple GLM allowing temporal or spatial regression on either text data or images\n"); string examples="fsl_glm -i <input> -d <design> -o <output> [options]"; diff --git a/fsl_regfilt.cc b/fsl_regfilt.cc index 0247205..ffe19eb 100644 --- a/fsl_regfilt.cc +++ b/fsl_regfilt.cc @@ -21,7 +21,7 @@ using namespace std; // The two strings below specify the title and example usage that is // printed out as the help or usage message - string title=string("fsl_regfilt (Version 1.2)")+ + string title=string("fsl_regfilt")+ string("\n\n Copyright(c) 2011, University of Oxford (Christian F. Beckmann)\n")+ string(" Data de-noising by regressing out part of a design matrix\n")+ string(" using simple OLS regression on 4D images"); -- GitLab