Ignore:
Timestamp:
Jul 26, 2012, 10:14:52 AM (12 years ago)
Author:
sommeria
Message:

datatree_browse introduced (still work to do)
get_field revised to introduce new transform fcts, like FFT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/compile_functions.m

    r481 r503  
     1% check
     2if isempty(which('mcc')
     3    msgbox_uvmat('no Matlab compiler toolbox mcc installed')
     4    return
     5end
     6display('compiling civ_matlab...')
    17% commands to compile civ_matlab and eventually other functions
    2 
    38mcc -m -R -nojvm -R -nodisplay civ_matlab.m
    49system('mv -f civ_matlab bin/');
     
    611system('rm run_civ_matlab.sh');
    712system('chmod +x civ_matlab.sh');
     13display('** END **')
    814
    915
    1016
    11 
Note: See TracChangeset for help on using the changeset viewer.