Changeset 979 for trunk/src/series.m


Ignore:
Timestamp:
Jan 12, 2017, 7:45:20 PM (8 years ago)
Author:
sommeria
Message:

phantom added, series corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r977 r979  
    18221822                    case {'PCWIN','PCWIN64'} %Windows system
    18231823                        filexml=regexprep(filexml,'\\','\\\\');% add '\' so that '\' are left as characters
    1824                         system([ActionFullName ' ' RunTime ' ' filexml]);% TODO: adapt to DOS system
     1824                        system([ActionFullName ' ' RunTime ' ' filexml{iprocess}]);% TODO: adapt to DOS system
    18251825                    case {'GLNX86','GLNXA64','MACI64'}%Linux  system
    1826                         system([ActionFullName ' ' RunTime ' ' filexml]);
     1826                        system([ActionFullName ' ' RunTime ' ' filexml{iprocess}]);
    18271827                end
    18281828        end
Note: See TracChangeset for help on using the changeset viewer.