Changeset 1036 for trunk/src


Ignore:
Timestamp:
May 1, 2018, 9:50:58 AM (6 years ago)
Author:
g7moreau
Message:
  • Could use MCRROOT and if empty, user MCRROOT85 MCRROOT90...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1035 r1036  
    15201520    MCRROOT = ['MCRROOT',int2str(mcrmajor),int2str(mcrminor)];
    15211521    RunTime = getenv('MCRROOT'); % Just variable MCRROOT with no version in it's name
     1522    if strcmp(RunTime,'')
     1523        RunTime = getenv(MCRROOT); % Use specialize MCRROOT with version
     1524    end
    15221525    ActionNameVersion=[ActionName '_' MCRROOT];
    15231526    ActionFullName=fullfile(get(handles.ActionPath,'String'),[ActionNameVersion '.sh']);
Note: See TracChangeset for help on using the changeset viewer.