Changeset 27984


Ignore:
Timestamp:
11/01/23 19:35:11 (18 months ago)
Author:
bgetraer
Message:

CHG: clean up createMCC.m, remove unnecessary output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/bgetraer/createMCC.m

    r27983 r27984  
    99%   >> createMCC(filename);
    1010%   >> exit
    11 %   $ ./mccfiles/run_MCCexecutable.sh /nasa/matlab/2022b/
     11%   $ ./mccfiles/run_MCCexecutable.sh matlab
    1212%
    1313%INPUT
     
    1616%OUTPUT
    1717%   no direct output is produced, however CREATEMCC creates a number of files in ./mccfiles
    18 %
    19 %10.25.2023
    2018
    2119% check if mccfiles directory exists in current directory
     
    4442
    4543%Create command
    46 %command = ['mcc -m ' filename deps ' -o MCCexecutable'];
    4744command = ['mcc -m ' deps ' -o MCCexecutable'];
    48 command
    4945%Create executable
    5046disp('Creating mccfiles');
Note: See TracChangeset for help on using the changeset viewer.