Index: /issm/trunk/src/m/utils/Exp/expdoc.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/expdoc.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/expdoc.m	(revision 8662)
@@ -27,6 +27,6 @@
 disp('     explink: takes a domain outline made of various segments, and links them together in one domain outline. Use expview to see end result');
 disp('            usage: explink(domainoutline,minthreshold,step)');
-disp('     expmaster: allows the user to create, close, merge, remove,... Argus files and save the result in newfile');
-disp('            usage: expmaster(newfile,[oldfile1],[oldfile2],[oldfile3],[...]');
+disp('     exptool: allows the user to create, close, merge, remove,... Argus files and save the result in newfile');
+disp('            usage: exptool(newfile,[oldfile1],[oldfile2],[oldfile3],[...]');
 disp('     expread: reads an Argus file and build a structure that holds all the information of the file');
 disp('            usage: expread(file,close_flag)');
Index: /issm/trunk/src/m/utils/Exp/manipulation/addcontour.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/addcontour.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/addcontour.m	(revision 8662)
@@ -2,5 +2,5 @@
 %ADDCONTOUR - add a closed contour
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/addendprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/addendprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/addendprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %ADDENDPROFILE - add point at the end of a n existing profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/addinsideprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %ADDINSIDEPROFILE - add apoint inside a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/addprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/addprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/addprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %ADDPROFILE - add a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/closeprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/closeprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/closeprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %CLOSEPROFILE - close one or several profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/cutarea.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/cutarea.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/cutarea.m	(revision 8662)
@@ -3,5 +3,5 @@
 %
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile. The user must click 3 times to select the
 %   area to be removed. Twice to select the tips and one to select
Index: /issm/trunk/src/m/utils/Exp/manipulation/cutprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/cutprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/cutprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %CUTPROFILE - cut a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/mergeprofiles.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/mergeprofiles.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/mergeprofiles.m	(revision 8662)
@@ -2,5 +2,5 @@
 %MERGEPROFILES - merge profiles
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile. The user must select the two tips that
 %   he/she wants to merge
Index: /issm/trunk/src/m/utils/Exp/manipulation/modifyposition.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/modifyposition.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/modifyposition.m	(revision 8662)
@@ -2,5 +2,5 @@
 %MODIFYPOSITION - modify the prosition of a point of a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/removepoints.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/removepoints.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/removepoints.m	(revision 8662)
@@ -2,5 +2,5 @@
 %REMOVEPOINTS - remove a point from a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/removeprofile.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/removeprofile.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/removeprofile.m	(revision 8662)
@@ -2,5 +2,5 @@
 %REMOVEPROFILE - delete a profile
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
Index: /issm/trunk/src/m/utils/Exp/manipulation/removeseveralpoints.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/manipulation/removeseveralpoints.m	(revision 8661)
+++ /issm/trunk/src/m/utils/Exp/manipulation/removeseveralpoints.m	(revision 8662)
@@ -2,5 +2,5 @@
 %REMOVESEVERALPOINTS - remove several point
 %
-%   this script is used by expmaster as an elementary operation
+%   this script is used by exptool as an elementary operation
 %   on an ARGUS profile
 %
