Changeset 1035 for trunk/src


Ignore:
Timestamp:
May 1, 2018, 9:06:36 AM (6 years ago)
Author:
g7moreau
Message:
  • Use now variable MCRROOT for all version and not anymore MCRROOT90 MCRROOT93...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r1033 r1035  
    15191519    [mcrmajor, mcrminor] = mcrversion;   
    15201520    MCRROOT = ['MCRROOT',int2str(mcrmajor),int2str(mcrminor)];
    1521     RunTime = getenv(MCRROOT);
     1521    RunTime = getenv('MCRROOT'); % Just variable MCRROOT with no version in it's name
    15221522    ActionNameVersion=[ActionName '_' MCRROOT];
    15231523    ActionFullName=fullfile(get(handles.ActionPath,'String'),[ActionNameVersion '.sh']);
Note: See TracChangeset for help on using the changeset viewer.