Changeset 549 for trunk/src/civ.m


Ignore:
Timestamp:
Oct 11, 2012, 9:58:22 AM (12 years ago)
Author:
sommeria
Message:

bug corrected in civ: multiple commands in .sh for civ_matlab
.m and .sh files recognized in get_file_type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r548 r549  
    13671367                'matlab -nodisplay -nosplash -nojvm <<END_MATLAB \n'...
    13681368                'addpath(''' path_civ ''');\n']);
    1369             for p=1:length(batch_file_list)
     1369%             for p=1:length(batch_file_list)
    13701370                fprintf(fid,['run ' filename_bat '\n']);
    1371             end
     1371%             end
    13721372            fprintf(fid, 'exit\nEND_MATLAB\n');
    13731373            fclose(fid);
Note: See TracChangeset for help on using the changeset viewer.