Index: /issm/trunk/src/m/utils/Exp/readwrite/expread.m
===================================================================
--- /issm/trunk/src/m/utils/Exp/readwrite/expread.m	(revision 2608)
+++ /issm/trunk/src/m/utils/Exp/readwrite/expread.m	(revision 2609)
@@ -6,5 +6,5 @@
 %   the exp file, for the density, for the nodes, and a field closed to 
 %   indicate if the domain is closed. 
-%   The first argument is the .exp file to be read and the second one 
+%   The first argument is the .exp file to be read and the second one (optional) 
 %   indicate if the last point shall be read (1 to read it, 0 not to).
 %
@@ -13,4 +13,5 @@
 %  
 %   Example:
+%      Struct=expread('domainoutline.exp')
 %      Struct=expread('domainoutline.exp',1)
 %
@@ -21,7 +22,6 @@
 	error(['expread error message: file ' filename ' not found!']);
 end
-if nargin~=2,
-	help expread
-	error('expread error message: second argument not provided'),
+if nargin<2,
+	whole=1;
 end
 
