From c4557d4e0ba0602ddd07bc31287a3ece6df5ff6d Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Mon, 3 Sep 2012 13:57:17 +0000 Subject: [PATCH] removed version --- reorder_dyadic_vectors.cc | 2 +- vecreg.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reorder_dyadic_vectors.cc b/reorder_dyadic_vectors.cc index 4baf963..47bec1f 100644 --- a/reorder_dyadic_vectors.cc +++ b/reorder_dyadic_vectors.cc @@ -23,7 +23,7 @@ using namespace NEWIMAGE; using namespace MISCMATHS; -string title="reorder_dyadic_vectors (Version 1.0)\nReordering of the dyadic vectors with direction preservation"; +string title="reorder_dyadic_vectors \nReordering of the dyadic vectors with direction preservation"; string examples="reorder_dyadic_vectors -b <dirname> [-m mask]\n<dirname> is supposed to contain mean_fisamples and dyadsi for i=1:n"; Option<bool> verbose(string("-v,--verbose"),false, diff --git a/vecreg.cc b/vecreg.cc index 4b4f8d5..5f5d568 100755 --- a/vecreg.cc +++ b/vecreg.cc @@ -13,7 +13,7 @@ using namespace Utilities; -string title="vecreg (Version 1.1)\nVector Affine/NonLinear Tranformation with Orientation Preservation"; +string title="vecreg \nVector Affine/NonLinear Tranformation with Orientation Preservation"; string examples="vecreg -i <input4D> -o <output4D> -r <refvol> -t <transform>"; Option<bool> verbose(string("-v,--verbose"),false, -- GitLab