Changeset 710 for trunk/src/series


Ignore:
Timestamp:
Feb 16, 2014, 5:35:45 PM (10 years ago)
Author:
sommeria
Message:

various improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/civ_input.m

    r707 r710  
    103103        if ~strcmp(Param.Action.ActionName,'civ_series')
    104104            msgbox_uvmat('ERROR','bad input data file: open an image or a nc file from civ_series')
    105             return
     105            %return
    106106        end
    107107        NomTypeNc=NomTypeInput;
     
    109109        if isempty(regexp(NomTypeInput,'[ab|AB|-]', 'once'))
    110110            set(handles.ListCompareMode,'Value',2) %mode displacement advised if the nomencalture does not involve index pairs
    111             set(handles.RootFile_1,'Visible','On');
     111%             set(handles.RootFile_1,'Visible','On');
    112112        else
    113113            set(handles.ListCompareMode,'Value',1)
    114             %            set(handles.RootFile_1,'Visible','Off');
    115114        end
    116115        imageinput='';
Note: See TracChangeset for help on using the changeset viewer.