Changeset 979 for trunk/src/series.m
- Timestamp:
- Jan 12, 2017, 7:45:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r977 r979 1822 1822 case {'PCWIN','PCWIN64'} %Windows system 1823 1823 filexml=regexprep(filexml,'\\','\\\\');% add '\' so that '\' are left as characters 1824 system([ActionFullName ' ' RunTime ' ' filexml ]);% TODO: adapt to DOS system1824 system([ActionFullName ' ' RunTime ' ' filexml{iprocess}]);% TODO: adapt to DOS system 1825 1825 case {'GLNX86','GLNXA64','MACI64'}%Linux system 1826 system([ActionFullName ' ' RunTime ' ' filexml ]);1826 system([ActionFullName ' ' RunTime ' ' filexml{iprocess}]); 1827 1827 end 1828 1828 end
Note: See TracChangeset
for help on using the changeset viewer.