Index: /trunk/src/proj_field.m
===================================================================
--- /trunk/src/proj_field.m	(revision 812)
+++ /trunk/src/proj_field.m	(revision 813)
@@ -1847,5 +1847,5 @@
 %                     FFlag= isnan(varline); %detect undefined values NaN
 %                     indnan=find(FFlag);
-%                     if~isempty(indnan)
+%                     if ~isempty(indnan)
 %                         varline(indnan)=zeros(size(indnan));
 %                         eval(['ProjData.' VarName '=reshape(varline,length(coord_y_proj),length(coord_x_proj));'])
Index: /trunk/src/uvmat.m
===================================================================
--- /trunk/src/uvmat.m	(revision 812)
+++ /trunk/src/uvmat.m	(revision 813)
@@ -1140,5 +1140,5 @@
 XmlFile=find_imadoc(RootPath,SubDir,RootFile,FileExt);
 [s,errormsg]=imadoc2struct(XmlFile,'GeometryCalib');
-if~isempty(errormsg)
+if ~isempty(errormsg)
     msgbox_uvmat('ERROR',errormsg)
     return
