[med-svn] [mia] 07/11: correct the patch application
Gert Wollny
gert-guest at moszumanska.debian.org
Wed Jan 14 11:08:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository mia.
commit 4cffc3f35b3b7f407feae4ce144b8a2c226614a0
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Thu Jan 8 11:43:03 2015 +0100
correct the patch application
---
src/2dmulti-force.cc | 2 +-
src/2dmultiimageregistration.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/2dmulti-force.cc b/src/2dmulti-force.cc
index bf82ac8..7bd0e11 100644
--- a/src/2dmulti-force.cc
+++ b/src/2dmulti-force.cc
@@ -38,7 +38,7 @@ const SProgramDescription g_description = {
"The input images must be of the same dimensions and gray scale (whatever bit-depth)."},
{pdi_example_descr, "Evaluate the force normimage weighted sum of costs SSD and NGF of "
"image1.v and image2.v. and store the result to force.v."},
- {pdi_example_code, "-o force.v image:cost=ssd,src=image1.v,ref=image2.v,weight=0.1 "
+ {pdi_example_code, "-o force.v \n image:cost=ssd,src=image1.v,ref=image2.v,weight=0.1\n "
"image:cost=ngf,src=image1.v,ref=image2.v,weight=2.0"}
};
diff --git a/src/2dmultiimageregistration.cc b/src/2dmultiimageregistration.cc
index ac1258a..0a66d42 100644
--- a/src/2dmultiimageregistration.cc
+++ b/src/2dmultiimageregistration.cc
@@ -47,7 +47,7 @@ const SProgramDescription g_description = {
"Use two multiresolution levels, ssd as image cost function and divcurl weighted by 10.0 "
"as transformation smoothness penalty. The resulting transformation is saved in reg.vf."},
- {pdi_example_code, "-o reg.vf -l 2 -f spline:rate=3,penalty=divcurl image:cost=ssd,src=test.v,ref=ref.v"}
+ {pdi_example_code, "-o reg.vf -l 2\n -f spline:rate=3,penalty=divcurl\n image:cost=ssd,src=test.v,ref=ref.v"}
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git
More information about the debian-med-commit
mailing list