Changeset 942
- Timestamp:
- Apr 25, 2016, 1:28:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r940 r942 139 139 path_series_fct=fullfile(path_series,'series');%path of the functions in subdirectroy 'series' 140 140 [code, message] = system... 141 ('LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') |... [s for s in p if ''matlab'' not in s] | '':''.join(p)") python -c "import fluid dyn"');141 ('LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') |... [s for s in p if ''matlab'' not in s] | '':''.join(p)") python -c "import fluidimage"'); 142 142 if code==0 143 143 ActionExtList={'.m';'.sh';'.py (in dev.)'};% default choice of extensions (Matlab fct .m or compiled version .sh … … 1735 1735 'The option .py is used. It is still in development.\n' ... 1736 1736 'Do not use it unless you really know what you do!\n' ... 1737 'To try it, first install Pyp and the most recent version of Fluid Dyn.\n' ...1737 'To try it, first install Pyp and the most recent version of FluidImage.\n' ... 1738 1738 '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n']) 1739 1739 RunMode = 'python'; … … 2042 2042 command = [ 2043 2043 'LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | pyp "p.split('':'') | [s for s in p if ''matlab'' not in s] | '':''.join(p)") ' ... 2044 'python -m fluid dyn.postproc.uvmat' filexml{iprocess}];2044 'python -m fluidimage.run_from_xml ' filexml{iprocess}]; 2045 2045 % fprintf(['command:\n' command '\n\n']) 2046 2046 system(command, '-echo');
Note: See TracChangeset
for help on using the changeset viewer.