From a1e2fb6e2c5cb96b66259bfef86ad7f4257be320 Mon Sep 17 00:00:00 2001
From: Peter Reischig <peter.reischig@esrf.fr>
Date: Fri, 29 Mar 2013 19:41:50 +0100
Subject: [PATCH] Only function help modified.

Signed-off-by: Peter Reischig <peter.reischig@esrf.fr>
---
 zUtil_Indexter/gtINDEXMatchGrains.m | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zUtil_Indexter/gtINDEXMatchGrains.m b/zUtil_Indexter/gtINDEXMatchGrains.m
index 8cf5680e..b612aa7e 100644
--- a/zUtil_Indexter/gtINDEXMatchGrains.m
+++ b/zUtil_Indexter/gtINDEXMatchGrains.m
@@ -52,8 +52,8 @@ function [match, dev, dcm, drotm, conflicts, toBeChecked] = gtINDEXMatchGrains(.
 %   grain2  = indexed grain data to be matched as output from Indexter
 %             {if undefined, it is same as grain1}
 %   ph1     = phase ID in grain1 {default is 1}
-%   dc      = global translation between datasets from a position given in 
-%             grain2 to the same in grain1 {default is [0 0 0]}
+%   dc      = global translation (of the origin) between datasets from 
+%             a position given in grain2 to the same in grain1 {default is [0 0 0]}
 %   drot    = global rotation around the origin of grain2; the rotation 
 %             matrix that transforms a position vector given in grain2 
 %             into grain1 (size 3x3 for column vectors); {default is the
-- 
GitLab