Index: /trunk/src/fill_GUI.m
===================================================================
--- /trunk/src/fill_GUI.m	(revision 986)
+++ /trunk/src/fill_GUI.m	(revision 987)
@@ -107,5 +107,5 @@
                             end
                             set(hh(ibox),'String',input_string)
-                        case{'listbox','popupmenu'}
+                        case {'listbox','popupmenu'}
                             if isnumeric(input_data)
                                 input_data=num2str(input_data,4);
Index: /trunk/src/read_GUI.m
===================================================================
--- /trunk/src/read_GUI.m	(revision 986)
+++ /trunk/src/read_GUI.m	(revision 987)
@@ -70,5 +70,5 @@
                             end
                         end                        
-                    case{'listbox','popupmenu'}
+                    case {'listbox','popupmenu'}
                         listinput=get(hchild(ichild),'String');
                         value=get(hchild(ichild),'Value');
Index: /trunk/src/read_civdata.m
===================================================================
--- /trunk/src/read_civdata.m	(revision 986)
+++ /trunk/src/read_civdata.m	(revision 987)
@@ -89,5 +89,5 @@
     if ~isempty(FieldNames{ilist})
         switch FieldNames{ilist}
-            case{'U','V','norm(U,V)'}
+            case {'U','V','norm(U,V)'}
                 if ~strcmp(FieldNames{1},'vec(U,V)')% if the scalar is not used as color of vectors
                 ProjModeRequest='interp_lin';
@@ -122,5 +122,5 @@
 end
 switch VelTypeOut
-    case{'civ1','filter1'}
+    case {'civ1','filter1'}
         if isfield(Field,'Patch1_SubDomain')
             Field.SubDomain=Field.Patch1_SubDomain;
@@ -133,5 +133,5 @@
             Field.Time=Field.Civ1_Time;
         end
-    case{'civ2','filter2'}
+    case {'civ2','filter2'}
         if isfield(Field,'Patch2_SubDomain')
             Field.SubDomain=Field.Patch2_SubDomain;
Index: /trunk/src/read_pivdata_fluidimage.m
===================================================================
--- /trunk/src/read_pivdata_fluidimage.m	(revision 986)
+++ /trunk/src/read_pivdata_fluidimage.m	(revision 987)
@@ -89,5 +89,5 @@
     if ~isempty(FieldNames{ilist})
         switch FieldNames{ilist}
-            case{'U','V','norm(U,V)'}
+            case {'U','V','norm(U,V)'}
                 if ~strcmp(FieldNames{1},'vec(U,V)')% if the scalar is not used as color of vectors
                 ProjModeRequest='interp_lin';
@@ -168,5 +168,5 @@
 % end
 switch VelTypeOut
-    case{'civ1','filter1'}
+    case {'civ1','filter1'}
         if isfield(Field,'Patch1_SubDomain')
             Field.SubDomain=Field.Patch1_SubDomain;
@@ -179,5 +179,5 @@
             Field.Time=Field.Civ1_Time;
         end
-    case{'civ2','filter2'}
+    case {'civ2','filter2'}
         if isfield(Field,'Patch2_SubDomain')
             Field.SubDomain=Field.Patch2_SubDomain;
Index: /trunk/src/set_object.m
===================================================================
--- /trunk/src/set_object.m	(revision 986)
+++ /trunk/src/set_object.m	(revision 987)
@@ -234,5 +234,5 @@
 %% set the number of lines in the Coord table depending on object type
 switch Type
-    case{'line'}
+    case {'line'}
         if size(Coord,1)<2
             if isequal(size(Coord,2),3)
@@ -244,5 +244,5 @@
             Coord=Coord(1:2,:);
         end
-    case{'rectangle','ellipse','plane','volume'}
+    case {'rectangle','ellipse','plane','volume'}
         Coord=Coord(1,:);
 end
