Changeset 96


Ignore:
Timestamp:
Jun 7, 2010, 6:17:34 PM (14 years ago)
Author:
gostiaux
Message:

The repository has moved to soft-uvmat.
Cancels the last commit on civ.m due to this manipulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r95 r96  
    135135         sparam.RunParam.CivBin=fullfile(path_UVMAT,sparam.RunParam.CivBin);
    136136    end
    137 else
    138     sparam.RunParam.CivBin='';
    139 end
    140 patch_newBin=exist(sparam.RunParam.CivBin,'file')
     137end
     138patch_newBin=exist(sparam.RunParam.CivBin,'file');
    141139set(handles.subdir_civ1,'String',subdir)%default subdir on which uvmat was working
    142140set(handles.subdir_civ2,'String',subdir)%default subdir on which uvmat was working
     
    45034501set(handles.nx_patch1_title,'Visible','on')
    45044502set(handles.ny_patch1_title,'Visible','on')
    4505 if ~isequal(patch_newBin,0)
     4503if ~isempty(patch_newBin)
    45064504    set(handles.test_interp,'Visible','on');
    45074505end
Note: See TracChangeset for help on using the changeset viewer.